Click or drag to resize
ObjectTypeManager Properties

The ObjectTypeManager type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAllExceptBindingObjectTypes
Returns the list of all the object types available in the system in a not guaranteed order. Does not contain inherited object types and binding object types.
Public propertyStatic memberAllObjectTypes
Returns the list of all the object types available in the system in a not guaranteed order. Does not contain inherited object types
Public propertyStatic memberBindingObjectTypes
List of all binding object types.
Public propertyColumnNames
Available column names.
(Inherited from AbstractDataContainerParentObjectType.)
Public propertyStatic memberContinuousIntegrationSupportedObjectTypes
Returns the list of all object types that are supported by continuous integration.
Public propertyStatic memberExistingObjectTypes
Returns the list of all existing object types available in the system in a not guaranteed order (includes also inherited, list infos).
Public propertyStatic memberInstance
Returns singleton instance of the ObjectTypeManager.
Public propertyItem
Gets the value of particular property
(Inherited from AbstractHierarchicalObjectTObject.)
Public propertyStatic memberListObjectTypes
Returns list of all listing (inherited) object types.
Public propertyStatic memberMainObjectTypes
List of all "main" object types (= not child of other object) retrieved from modules.
Public propertyStatic memberObjectTypesWithDynamicDependency
Returns the list of all the object types available in the system that has dynamic dependency in a not guaranteed order. Does not contain inherited object types
Public propertyStatic memberObjectTypesWithMacros
Returns the list of all the object types available in the system that can contain macros in a not guaranteed order. Does not contain inherited object types
Public propertyProperties
Properties available through the context.
(Inherited from AbstractHierarchicalObjectTObject.)
Protected propertyPropertyList
Used property list
(Inherited from AbstractHierarchicalObjectTObject.)
Protected propertyRegisteredColumns
Registered Columns
(Inherited from AbstractSimpleDataContainerTObject.)
Protected propertyRegisteredColumnsObject
Registered Columns object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected propertyRegisteredProperties
Registered properties
(Inherited from AbstractHierarchicalObjectTObject.)
Protected propertyRegisteredPropertiesObject
Registered properties object
(Inherited from AbstractHierarchicalObjectTObject.)
Public propertyStatic memberRegisteredTypes
Returns all registered types
Protected propertyUseLocalColumns
If true, the object uses local columns
(Inherited from AbstractSimpleDataContainerTObject.)
Protected propertyUseLocalProperties
If true, the object uses local properties
(Inherited from AbstractHierarchicalObjectTObject.)
Top
See Also