Click or drag to resize

BaseEntityDataCreatedByKey Property

Gets or sets the security provenance object which represents the creation of this object

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

Property Value

Type: NullableGuid

Implements

IBaseEntityDataCreatedByKey
See Also