Click or drag to resize

IDbNonVersionedBaseData Properties

The IDbNonVersionedBaseData 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 propertyUpdatedByKey Gets or sets the updated user
Public propertyUpdatedTime Gets or sets the time of updating
Top
See Also