Click or drag to resize

ObjectExpanderLoadRelatedTRelated Method

Load the related information

Namespace:  SanteDB.Rest.Common
Assembly:  SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax
public static TRelated LoadRelated<TRelated>(
	Guid? objectKey
)
where TRelated : new(), IdentifiedData

Parameters

objectKey
Type: SystemNullableGuid
The object key.

Type Parameters

TRelated
The type of the t related.

Return Value

Type: TRelated
TRelated.
See Also