Click or drag to resize

DbVersionedData Properties

The DbVersionedData type exposes the following members.

Properties
 NameDescription
Public propertyCreatedByKey Gets or sets the entity id which created this
(Inherited from DbBaseData)
Public propertyCreationTime Gets or sets the creation time
(Inherited from DbBaseData)
Public propertyIsHeadVersion True if the verison is the head version
Public propertyIsReadonly Gets whether the object is readonly
Public propertyKey Gets or sets the key of the object
(Inherited from DbIdentified)
Public propertyObsoletedByKey Gets or sets the id which obsoleted this
(Inherited from DbBaseData)
Public propertyObsoletedByKeySpecified Identifies whether obsoletion time is specified
(Inherited from DbBaseData)
Public propertyObsoletionTime Gets or sets the obsoletion time
(Inherited from DbBaseData)
Public propertyObsoletionTimeSpecified Identifies whether obsoletion time is specified
(Inherited from DbBaseData)
Public propertyReplacesVersionKey Gets or sets teh version of the object this replaces
Public propertyReplacesVersionKeySpecified True if replaces version key is being nulled
Public propertyVersionKey Gets or sets the version identifier
Public propertyVersionSequenceId Gets or sets the version sequence
Top
See Also