Click or drag to resize

IdentifiedDataDelayLoadTEntity Method

Get associated entity

Namespace:  SanteDB.Core.Model
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
protected TEntity DelayLoad<TEntity>(
	Guid? keyReference,
	TEntity currentInstance
)
where TEntity : new(), IdentifiedData

Parameters

keyReference
Type: SystemNullableGuid

[Missing <param name="keyReference"/> documentation for "M:SanteDB.Core.Model.IdentifiedData.DelayLoad``1(System.Nullable{System.Guid},``0)"]

currentInstance
Type: TEntity

[Missing <param name="currentInstance"/> documentation for "M:SanteDB.Core.Model.IdentifiedData.DelayLoad``1(System.Nullable{System.Guid},``0)"]

Type Parameters

TEntity

[Missing <typeparam name="TEntity"/> documentation for "M:SanteDB.Core.Model.IdentifiedData.DelayLoad``1(System.Nullable{System.Guid},``0)"]

Return Value

Type: TEntity

[Missing <returns> documentation for "M:SanteDB.Core.Model.IdentifiedData.DelayLoad``1(System.Nullable{System.Guid},``0)"]

See Also