| DynamicObjectTypeInfo Methods |
The DynamicObjectTypeInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplyTypeCondition |
Applies condition defined in TypeCondition property to the given info. Returns info without changes if TypeCondition is null.
(Inherited from ObjectTypeInfo.) | |
| AreChildrenInvalid |
Returns true if the direct child objects are invalid.
(Inherited from ObjectTypeInfo.) | |
| ChildrenInvalidated |
Invalidates direct child objects of specific parent.
(Inherited from ObjectTypeInfo.) | |
| 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.
(Inherited from ObjectTypeInfo.) | |
| CreateWhereCondition |
Gets a new empty where condition for this object type
(Inherited from ObjectTypeInfo.) | |
| GetBindingColumns |
Gets the list of columns representing binding.
(Inherited from ObjectTypeInfo.) | |
| GetBindingWhereCondition |
Gets the where condition to limit the objects to specific binding dependencies. Use this method for 3 and more-keys bindings.
(Inherited from ObjectTypeInfo.) | |
| GetDependencyForColumn |
Gets the dependency settings for the given column or null if the settings is not found or unknown.
(Inherited from ObjectTypeInfo.) | |
| GetDependencyWhereCondition |
Gets the where condition to limit the objects to specific dependencies.
(Inherited from ObjectTypeInfo.) | |
| GetNiceObjectTypeName |
Gets the nice object type name for this type
(Inherited from ObjectTypeInfo.) | |
| GetObjectPathWhereCondition |
Gets the where condition to limit the objects to specific path.
(Inherited from ObjectTypeInfo.) | |
| GetObjectTypeForColumn |
Gets the object type for the given column or null if the object type is not found or unknown.
(Inherited from ObjectTypeInfo.) | |
| GetProperty |
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.) | |
| GetPropertyType |
Gets the type of the given property
(Inherited from AbstractHierarchicalObjectTObject.) | |
| GetSiteWhereCondition |
Gets the site where condition for this query
(Inherited from ObjectTypeInfo.) | |
| GetTypeColumns |
Returns column name collection of specified object type.
(Inherited from ObjectTypeInfo.) | |
| GetValue |
Gets the object value.
(Inherited from AbstractSimpleDataContainerTObject.) | |
| HasSetter |
Returns true if given property has a setter
(Inherited from AbstractHierarchicalObjectTObject.) | |
| IncludeToParentDataSet |
Gets value of appropriate include to parent data set property due to operation.
(Inherited from ObjectTypeInfo.) | |
| InvalidateAllObjects |
Invalidates all objects of this type.
(Inherited from ObjectTypeInfo.) | |
| InvalidateAllObjects(Boolean) |
Invalidates all objects of this type.
(Inherited from ObjectTypeInfo.) | |
| InvalidateColumnNames |
Invalidates column names.
(Inherited from ObjectTypeInfo.) | |
| InvalidateColumnNames(Boolean) |
Invalidates column names.
(Inherited from ObjectTypeInfo.) | |
| IsForeignKey |
Indicates if given column is foreign key.
(Inherited from ObjectTypeInfo.) | |
| IsObjectInvalid |
Returns true if the object is invalid.
(Inherited from ObjectTypeInfo.) | |
| ObjectInvalidated |
Invalidates specific object.
(Inherited from ObjectTypeInfo.) | |
| RaiseOnLoadRelatedData |
Raises the on load related data event.
(Inherited from ObjectTypeInfo.) | |
| RaiseOnLogObjectChange |
Raises the OnLogObjectChange event.
(Inherited from ObjectTypeInfo.) | |
| 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 ObjectTypeInfo.) | |
| 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.) | |
| 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 | |
|---|---|---|
| SupportsContinuousIntegration |
Returns true if given typeInfo supports continuous integration.
(Defined by ObjectTypeInfoExtensions.) |