Click or drag to resize

IDbVersionedData Interface

Represents versioned data

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

The IDbVersionedData type exposes the following members.

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