| ObjectTypeInfo Methods |
The ObjectTypeInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| AddDependencies |
Adds object dependencies to the existing ones.
| |
| AddNewInstance | Obsolete.
Registers a new object instance
| |
| ApplyTypeCondition |
Applies condition defined in TypeCondition property to the given info. Returns info without changes if TypeCondition is null.
| |
| AreChildrenInvalid |
Returns true if the direct child objects are invalid.
| |
| Clone |
Returns clone of type info where all the properties are copied.
| |
| 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.) | |
| CopyEventsTo |
Copies the event's hooks from current ObjectTypeInfo to specified one.
| |
| GetBindingColumns |
Gets the list of columns representing binding
| |
| GetBindingWhereCondition |
Gets the where condition to limit the objects to specific binding dependencies. Use this method for 3 and more-keys bindings.
| |
| GetDependencyForColumn |
Gets the dependency settings for the given column or null if the settings is not found or unknown.
| |
| GetDependencyWhereCondition(String, String, Object) | Obsolete.
Gets the where condition to limit the objects to specific dependencies.
| |
| GetDependencyWhereCondition(String, String, TupleString, NullableInt32) |
Gets the where condition to limit the objects to specific dependencies.
| |
| GetFirstKnownColumn |
Gets the first known column from the given list of columns
| |
| GetInstances | Obsolete.
Gets the list of instances of the objects.
| |
| GetNiceObjectTypeName |
Gets the nice objext type name for this type
| |
| GetObjectPathWhereCondition |
Gets the where condition to limit the objects to specific path.
| |
| GetObjectTypeForColumn |
Gets the object type for the given column or null if the object type is not found or unknown.
| |
| GetProperty |
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.) | |
| GetPropertyType |
Gets the type of the given property
(Inherited from AbstractHierarchicalObjectTObject.) | |
| GetSiteWhereCondition |
Gets the where condition to limit the objects to specific site.
| |
| GetTypeColumns |
Returns the column names of specified object type, separated by semicolon.
| |
| GetValue |
Gets the object value.
(Inherited from AbstractSimpleDataContainerTObject.) | |
| HasEvents |
Returns true if this type info has some events
| |
| HasSetter |
Returns true if given property has a setter
(Inherited from AbstractHierarchicalObjectTObject.) | |
| CheckTypeCondition |
Checks if condition defined in TypeCondition is not violated by the given info.
| |
| ChildrenInvalidated |
Invalidates direct child objects of specific parent.
| |
| IncludeToParentDataSet |
Gets value of appropriate include to parent data set property due to operation.
| |
| InvalidateAllObjects |
Invalidates all objects of this type.
| |
| InvalidateAllObjects(Boolean) |
Invalidates all objects of this type.
| |
| InvalidateColumnNames |
Invalidates column names.
| |
| InvalidateColumnNames(Boolean) |
Invalidates column names.
| |
| IsDynamicDependency | Obsolete.
Indicates if dependency object type id dynamic
| |
| IsForeignKey |
Indicates if given column is foreign key.
| |
| IsObjectInvalid |
Returns true if the object is invalid.
| |
| MergeTypeInfos |
Merges two or more type infos. Single valued properties are taken from the first type info, list properties are merged from all the participating typeinfos.
| |
| ObjectInvalidated |
Invalidates specific object.
| |
| RaiseOnLoadRelatedData |
Raises the on load related data event.
| |
| RaiseOnLogObjectChange |
Raises the OnLogObjectChange event.
| |
| 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.) | |
| 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.) | |
| RemoveInstance | Obsolete.
Removes a new object instance from the list
| |
| SetProperty |
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.) | |
| SetValue |
Sets the object value.
(Inherited from AbstractSimpleDataContainerTObject.) | |
| ToJSON |
Returns JSON representation of TypeInfo instance.
| |
| ToXML |
Returns XML representation of TypeInfo instance.
| |
| 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.) |