| ObjectTypeManager Methods |
The ObjectTypeManager type exposes the following members.
| 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.) |