 | AssociationTSourceTypeSourceEntityKey Property |
Gets or sets the source entity's key (where the relationship is FROM)
Namespace: SanteDB.Core.ModelAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic 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
NullableGuidImplements
ISimpleAssociationSourceEntityKey
See Also