Click or drag to resize

AssociationTSourceTypeSourceEntityKey Property

Gets or sets the source entity's key (where the relationship is FROM)

Namespace:  SanteDB.Core.Model
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public virtual Guid? SourceEntityKey { get; set; }

Property Value

Type: NullableGuid

Implements

ISimpleAssociationSourceEntityKey
See Also