Click or drag to resize

DataObjectType Properties

The DataObjectType type exposes the following members.

Properties
  NameDescription
Public propertyAccessModifierClassInfo
Specifies the class info of an access modifier for the data object type. Can be null.
Public propertyAllowChildren
Public propertyChangedBy
Public propertyChangeTime
Public propertyConfigLockFlags
Public propertyCreatedBy
Public propertyCreateTime
Public propertyDataVersion
Public propertyDefaultParentId
Public propertyDefaultViewId
Public propertyDeleteVersionsAfter
Object versions older this amount of days will automatically be deleted.
Public propertyDescription
Public propertyDisplayNameFormat
Formatting string used to build display name for data objects. The format can contain property names in square brackets. Example: "[FIRSTNAME] [LASTNAME]"
Public propertyEnableArchiving
If the type is enabled for archiving, the archiving feature will create a db table named after the type system name and copy versions to the archive.
Public propertyEnableForOData
If true, the object will be exposed in the OData API.
Public propertyFileMgmt
Public propertyFormId
Public propertyId
Public propertyKeyPropertyId
Angiver property som anvendes til identifikation af objekterne tilhørende typen. Skal angive en value property (ikke set eller ref). Kan være 0.
Public propertyKind
Immutable.
Public propertyMIISFilterId
Can be 0. Note: MIISFilterId should never be assigned to!
Public propertyName
Name in plural, e.g. "Identities".
Public propertyNameSingular
Name in singular form, e.g. "Identity".
Public propertyNumber
Public propertyObjectCount
Contains the approximate number of (data) objects of the specific type. The number is calculated at system start-up.
Public propertyObjectVersioning
If not set, no new object version will be generated when the object is changed and the object history page will not be visible.
Public propertyProperties
The properties that the data object type has bindings for.
Public propertyRequireWorkflow
Angiver om objekter af typen kun kan oprettes/redigeres via en workflow proces.
Public propertySequenceId
When new data objects are created they are assigned a number from this sequence. The sequence id can be 0 - in which case no number will be assigned to new data objects.
Public propertyShadowForId
Is zero if Kind is DataObjectType. Immutable.
Public propertyStatusPropertyId
Angiver en set-property som anvendes til angivelse af status. Kan være 0.
Public propertySystem
Public propertySystemName
Can be null (although it is not a legal system name). The SystemName of a custom data object type must begin with "C_".
Public propertyUId
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIEntityObjectDataVersion
The data version of an entity object is incremented every time it gets updated. If the entity object class embeds other objects (like a DataObjectType embeds a number of BaseProperty objects) then the DataVersion is also "touched" when an embedded object changes.
Explicit interface implementationPrivate propertyIEntityObjectId
Unique id of the entity object within its entity type.
Top
See Also