Click or drag to resize

IDbBaseData Interface

Base data interface

Namespace: SanteDB.Persistence.Data.Model
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public interface IDbBaseData : IDbIdentified

The IDbBaseData type exposes the following members.

Properties
 NameDescription
Public propertyCreatedByKey Gets or sets the entity id which created this
Public propertyCreationTime Gets or sets the creation time
Public propertyKey Gets or sets the key of the object
(Inherited from IDbIdentified)
Public propertyObsoletedByKey Gets or sets the id which obsoleted this
Public propertyObsoletedByKeySpecified Gets or sets whether the obsoleted by is specified (specifically null)
Public propertyObsoletionTime Gets or sets the obsoletion time
Public propertyObsoletionTimeSpecified Gets or sets whether to obsoletion time is specified (specifically null)
Top
See Also