| 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; }
Public Overridable Property SourceEntityKey As Guid?
Get
Set
public:
virtual property Nullable<Guid> SourceEntityKey {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
abstract SourceEntityKey : Nullable<Guid> with get, set
override SourceEntityKey : Nullable<Guid> with get, set
Property Value
Type:
NullableGuidImplements
ISimpleAssociationSourceEntityKeySee Also