DataObjectType Properties | 
The DataObjectType type exposes the following members.
| Name | Description | |
|---|---|---|
| AccessModifierClassInfo | 
            Specifies the class info of an access modifier for the data object type.
            Can be null.
              | |
| AllowChildren | ||
| ChangedBy | ||
| ChangeTime | ||
| ConfigLockFlags | ||
| CreatedBy | ||
| CreateTime | ||
| DataVersion | ||
| DefaultParentId | ||
| DefaultViewId | ||
| DeleteVersionsAfter | 
            Object versions older this amount of days will automatically be deleted.
              | |
| Description | ||
| DisplayNameFormat | 
            Formatting string used to build display name for data objects.
            The format can contain property names in square brackets.
            Example: "[FIRSTNAME] [LASTNAME]"
              | |
| EnableArchiving | 
            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.
              | |
| EnableForOData | 
            If true, the object will be exposed in the OData API.
              | |
| FileMgmt | ||
| FormId | ||
| Id | ||
| KeyPropertyId | 
            Angiver property som anvendes til identifikation af objekterne tilhørende typen.
            Skal angive en value property (ikke set eller ref).
            Kan være 0.
              | |
| Kind | 
            Immutable.
              | |
| MIISFilterId | 
            Can be 0.
            Note: MIISFilterId should never be assigned to!
              | |
| Name | 
            Name in plural, e.g. "Identities".
              | |
| NameSingular | 
            Name in singular form, e.g. "Identity".
              | |
| Number | ||
| ObjectCount | 
            Contains the approximate number of (data) objects of the specific type.
            The number is calculated at system start-up.
              | |
| ObjectVersioning | 
            If not set, no new object version will be generated when the object is changed and the object history page will not be visible.
              | |
| Properties | 
            The properties that the data object type has bindings for.
              | |
| RequireWorkflow | 
            Angiver om objekter af typen kun kan oprettes/redigeres via en workflow proces.
              | |
| SequenceId | 
            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.
              | |
| ShadowForId | 
            Is zero if Kind is DataObjectType.
            Immutable.
              | |
| StatusPropertyId | 
            Angiver en set-property som anvendes til angivelse af status.
            Kan være 0.
              | |
| System | ||
| SystemName | 
            Can be null (although it is not a legal system name).
            The SystemName of a custom data object type must begin with "C_".
              | |
| UId | 
| Name | Description | |
|---|---|---|
| IEntityObjectDataVersion | 
            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.
              | |
| IEntityObjectId | 
            Unique id of the entity object within its entity type.
              |