ObjectTypeManager Class |
Namespace: CMS.DataEngine
public class ObjectTypeManager : AbstractHierarchicalObject<ObjectTypeManager>
The ObjectTypeManager type exposes the following members.
Name | Description | |
---|---|---|
ObjectTypeManager |
Name | Description | |
---|---|---|
AllExceptBindingObjectTypes |
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.
| |
AllObjectTypes |
Returns the list of all the object types available in the system in a not guaranteed order. Does not contain inherited object types
| |
BindingObjectTypes |
List of all binding object types.
| |
ColumnNames |
Available column names.
(Inherited from AbstractDataContainerParentObjectType.) | |
ContinuousIntegrationSupportedObjectTypes |
Returns the list of all object types that are supported by continuous integration.
| |
ExistingObjectTypes |
Returns the list of all existing object types available in the system in a not guaranteed order (includes also inherited, list infos).
| |
Instance |
Returns singleton instance of the ObjectTypeManager.
| |
Item |
Gets the value of particular property
(Inherited from AbstractHierarchicalObjectTObject.) | |
ListObjectTypes |
Returns list of all listing (inherited) object types.
| |
MainObjectTypes |
List of all "main" object types (= not child of other object) retrieved from modules.
| |
ObjectTypesWithDynamicDependency |
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
| |
ObjectTypesWithMacros |
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
| |
Properties |
Properties available through the context.
(Inherited from AbstractHierarchicalObjectTObject.) | |
PropertyList |
Used property list
(Inherited from AbstractHierarchicalObjectTObject.) | |
RegisteredColumns |
Registered Columns
(Inherited from AbstractSimpleDataContainerTObject.) | |
RegisteredColumnsObject |
Registered Columns object
(Inherited from AbstractSimpleDataContainerTObject.) | |
RegisteredProperties |
Registered properties
(Inherited from AbstractHierarchicalObjectTObject.) | |
RegisteredPropertiesObject |
Registered properties object
(Inherited from AbstractHierarchicalObjectTObject.) | |
RegisteredTypes |
Returns all registered types
| |
UseLocalColumns |
If true, the object uses local columns
(Inherited from AbstractSimpleDataContainerTObject.) | |
UseLocalProperties |
If true, the object uses local properties
(Inherited from AbstractHierarchicalObjectTObject.) |
Name | Description | |
---|---|---|
CombineWith |
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.) | |
ContainsColumn |
Returns true if specified column is available in current structure.
(Inherited from AbstractDataContainerParentObjectType.) | |
EnsureObjectTypeInfoDynamicList |
Registers the specified type info to all lists where it belongs to (ObjectDependencies, ChildObjectTypes, BindingObjectTypes, OtherBindingObjectTypes).
| |
GetColumnNames |
Gets list of columns from given object types
| |
GetObjectTypes |
Filters given source collection of object types according to the condition specified.
| |
GetProperty |
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.) | |
GetPropertyType |
Gets the type of the given property
(Inherited from AbstractHierarchicalObjectTObject.) | |
GetTypeInfo |
Gets the type info for the given object type
| |
GetTypeInfos(Type) |
Gets all the type infos registered for the given system type
| |
GetTypeInfos(IEnumerableString, FuncObjectTypeInfo, Boolean) |
Filters given source collection of object types according to the condition specified.
| |
GetValue |
Gets the object value.
(Inherited from AbstractSimpleDataContainerTObject.) | |
HasSetter |
Returns true if given property has a setter
(Inherited from AbstractHierarchicalObjectTObject.) | |
RegisterColumn(String, FuncTObject, Object) |
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.) | |
RegisterColumn(String, FuncTObject, Object, FuncTObject, Object, Object) |
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.) | |
RegisterColumns |
Registers the Columns of this object
(Inherited from AbstractSimpleDataContainerTObject.) | |
RegisterObjectType |
Registers the object type
| |
RegisterProperties |
Registers the properties of this object
(Inherited from AbstractHierarchicalObjectTObject.) | |
RegisterProperty(String, FuncTObject, Object) |
Registers the given property to the object
(Inherited from AbstractHierarchicalObjectTObject.) | |
RegisterProperty(String, Object, FuncTObject, Object, Object) |
Registers the given parameterized property to the object.
(Inherited from AbstractHierarchicalObjectTObject.) | |
RegisterTypesToObjectTree |
Registers the specified types to object type tree
| |
SetProperty |
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.) | |
SetValue |
Sets the object value.
(Inherited from AbstractSimpleDataContainerTObject.) | |
TryGetProperty(String, Object) |
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.) | |
TryGetProperty(String, Object, Boolean) |
Returns value of property.
(Inherited from AbstractHierarchicalObjectTObject.) | |
TryGetValue |
Returns value of column.
(Inherited from AbstractSimpleDataContainerTObject.) |