Click or drag to resize
ObjectTypeManager Class
Class with various types of object type lists
Inheritance Hierarchy
SystemObject
  CMS.BaseAbstractSimpleDataContainerObjectTypeManager
    CMS.BaseAbstractDataContainerObjectTypeManager
      CMS.BaseAbstractHierarchicalObjectObjectTypeManager
        CMS.DataEngineObjectTypeManager

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public class ObjectTypeManager : AbstractHierarchicalObject<ObjectTypeManager>

The ObjectTypeManager type exposes the following members.

Constructors
  NameDescription
Public methodObjectTypeManager
Top
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
Methods
  NameDescription
Public methodCombineWith
Combines current instance with other properties (modifies current instace!). List properties are merged from all the participating typeinfos, other properties are taken as first non-null value (non-null is determined by nullValues collection).
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodContainsColumn
Returns true if specified column is available in current structure.
(Inherited from AbstractDataContainerParentObjectType.)
Public methodStatic memberEnsureObjectTypeInfoDynamicList
Registers the specified type info to all lists where it belongs to (ObjectDependencies, ChildObjectTypes, BindingObjectTypes, OtherBindingObjectTypes).
Public methodStatic memberGetColumnNames
Gets list of columns from given object types
Public methodStatic memberGetObjectTypes
Filters given source collection of object types according to the condition specified.
Public methodGetProperty
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.)
Protected methodGetPropertyType
Gets the type of the given property
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodStatic memberGetTypeInfo
Gets the type info for the given object type
Public methodStatic memberGetTypeInfos(Type)
Gets all the type infos registered for the given system type
Public methodStatic memberGetTypeInfos(IEnumerableString, FuncObjectTypeInfo, Boolean)
Filters given source collection of object types according to the condition specified.
Public methodGetValue
Gets the object value.
(Inherited from AbstractSimpleDataContainerTObject.)
Public methodHasSetter
Returns true if given property has a setter
(Inherited from AbstractHierarchicalObjectTObject.)
Protected methodRegisterColumn(String, FuncTObject, Object)
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected methodRegisterColumn(String, FuncTObject, Object, FuncTObject, Object, Object)
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected methodRegisterColumns
Registers the Columns of this object
(Inherited from AbstractSimpleDataContainerTObject.)
Public methodStatic memberRegisterObjectType
Registers the object type
Protected methodRegisterProperties
Registers the properties of this object
(Inherited from AbstractHierarchicalObjectTObject.)
Protected methodRegisterProperty(String, FuncTObject, Object)
Registers the given property to the object
(Inherited from AbstractHierarchicalObjectTObject.)
Protected methodRegisterProperty(String, Object, FuncTObject, Object, Object)
Registers the given parameterized property to the object.
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodStatic memberRegisterTypesToObjectTree
Registers the specified types to object type tree
Public methodSetProperty
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodSetValue
Sets the object value.
(Inherited from AbstractSimpleDataContainerTObject.)
Public methodTryGetProperty(String, Object)
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodTryGetProperty(String, Object, Boolean)
Returns value of property.
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodTryGetValue
Returns value of column.
(Inherited from AbstractSimpleDataContainerTObject.)
Top
See Also