ObjectTypeManager Class |
Namespace: CMS.DataEngine
public class ObjectTypeManager : AbstractHierarchicalObject<ObjectTypeManager>
The ObjectTypeManager type exposes the following members.
Name | Description | |
---|---|---|
ObjectTypeManager |
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.) | |
EnsureObjectTypeDynamicLists | Obsolete.
Registers the specified types to all lists where it belongs to (ObjectDependencies, ChildObjectTypes, BindingObjectTypes, OtherBindingObjectTypes).
| |
EnsureObjectTypeInfoDynamicList |
Registers the specified type info to all lists where it belongs to (ObjectDependencies, ChildObjectTypes, BindingObjectTypes, OtherBindingObjectTypes).
| |
EnsureObjectTypes |
Ensures that the object types are properly registered
| |
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.) | |
GetRegisteredTypeInfo |
Gets the specific type info based on the object type name.
| |
GetTypeInfo |
Gets the type info for the given object type
| |
GetTypeInfos(Type) |
Gets all the type infos registered for the given system type
| |
GetTypeInfos(ListRegisterObjectTypeAttribute) |
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(RegisterObjectTypeAttribute) |
Registers the object type
| |
RegisterObjectType(String, ObjectTypeInfo, Type) |
Registers the given object type
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.) |
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
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.) | |
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.
| |
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.) |