ObjectTypeInfo Methods |
The ObjectTypeInfo 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.
| |
AreChildrenInvalid |
Returns true if the direct child objects are invalid.
| |
ChildrenInvalidated |
Invalidates direct child objects of specific parent.
| |
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.
| |
CreateListingObjectTypeInfo |
Creates a new instance of listing object type info
| |
CreateWhereCondition |
Gets a new empty where condition for this object type
| |
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 |
Gets the where condition to limit the objects to specific dependencies.
| |
GetFirstKnownColumn |
Gets the first known column from the given list of columns
| |
GetNiceObjectTypeName |
Gets the nice object 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 site where condition for this query
| |
GetTypeColumns |
Returns column name collection of specified object type.
| |
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.
| |
InitListingObjectTypeInfo |
Initializes given listInfo type info as listing type with values from sourceInfo.
| |
InvalidateAllObjects |
Invalidates all objects of this type.
| |
InvalidateAllObjects(Boolean) |
Invalidates all objects of this type.
| |
InvalidateColumnNames |
Invalidates column names.
| |
InvalidateColumnNames(Boolean) |
Invalidates column names.
| |
IsForeignKey |
Indicates if given column is foreign key.
| |
IsObjectInvalid |
Returns true if the object is invalid.
| |
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
(Overrides AbstractSimpleDataContainerTObjectRegisterColumns.) | |
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.) |