Click or drag to resize

SimpleDataObject Properties

The SimpleDataObject type exposes the following members.

Properties
  NameDescription
Public propertyDataObjectTypeId
ID of the DataObjectType object
Public propertyDeleted
Returns true of the object is deleted
Public propertyDisplayName
DisplayName of the object
Public propertyId
ID of the object
Public propertyParentId
ParentId of the object
Public propertyTemplate
Returns true of the object is a template.
Public propertyUId
UID of the object
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIDataObjectChangeTime
States the date and time the data object last was changed. The ChangeTime is not necessarily equal to the CreateTime of the newest version of the data object since the ChangeTime may be updated independently for ILM integration purposes.
Explicit interface implementationPrivate propertyIDataObjectCreateTime
States the date and time the data object was created.
Explicit interface implementationPrivate propertyIDataObjectDisplayName
States the display name of the data object.
Explicit interface implementationPrivate propertyIDataObjectId
States the Id of the data object.
Explicit interface implementationPrivate propertyIDataObjectNumber
States the Number of the data object.
Explicit interface implementationPrivate propertyIDataObjectParentId
States the Id of the data object which is the parent of the data object.
Explicit interface implementationPrivate propertyIDataObjectTemplate
States whether the data object is a template. Template data objects are either: process templates, activity templates or target object templates.
Explicit interface implementationPrivate propertyIDataObjectTypeId
States the data object type id of the data object.
Explicit interface implementationPrivate propertyIDataObjectUId
States the UId of the data object.
Top
See Also