Click or drag to resize

IBaseEntityData Interface

Represents base entity data

Namespace:  SanteDB.Core.Model.Interfaces
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public interface IBaseEntityData : IIdentifiedEntity

The IBaseEntityData type exposes the following members.

Properties
  NameDescription
Public propertyCreatedByKey
Gets or sets the creator of the data
Public propertyCreationTime
Gets or sets the time when the data was created
Public propertyKey
Gets the identifier for the entity
(Inherited from IIdentifiedEntity.)
Public propertyLoadState
Gets the load state of the entity
(Inherited from IIdentifiedEntity.)
Public propertyObsoletedByKey
Gets or sets teh obsoletor of the data
Public propertyObsoletionTime
Gets or sets the time with the data was obsoleted.
Top
Methods
Extension Methods
See Also