Click or drag to resize

BaseEntityData Properties

The BaseEntityData type exposes the following members.

Properties
 NameDescription
Public property_Self A query parameter which references itself - this is for query filters which pass the original data in
(Inherited from IdentifiedData)
Public propertyBatchOperation Gets or sets the operation
(Inherited from IdentifiedData)
Public propertyCreatedBy Gets or sets the user that created this base data
Public propertyCreatedByKey Gets or sets the security provenance object which represents the creation of this object
Public propertyCreationTime Gets or sets the time at which the data was created
Public propertyCreationTimeXml Gets or sets the creation time as an ISO date format
Public propertyKey Gets or sets the primary identifying UUID of this object
(Inherited from IdentifiedData)
Public propertyModifiedOn Gets the time that the object was last modified (from base data, default to CreationTime)
(Overrides IdentifiedDataModifiedOn)
Public propertyObsoletedBy Gets or sets the user that obsoleted this base data
Public propertyObsoletedByKey Gets or sets the security provenance object which represents the obsoletion of this data
Public propertyObsoletionTime Gets or sets the time when the data is or will become invalid
Public propertyObsoletionTimeXml Gets or sets the time that the data is no longer valid (was deleted/obsoleted) in ISO format
Public propertyTag Gets a tag which changes whenever the object is updated
(Inherited from IdentifiedData)
Public propertyType Gets the type registration of this object
(Inherited from IdentifiedData)
Top
See Also