ObjectDependency Methods |
The ObjectDependency type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContainsColumn |
Returns true if specified column is available in current structure.
(Inherited from AbstractDataContainerParentObjectType.) |
![]() | Equals(Object) |
Compares the dependency with another object. Returns true if all fields of the two dependencies match.
(Overrides ObjectEquals(Object).) |
![]() | Equals(ObjectDependency) |
Compares the dependency with another ObjectDependency object. Returns true if all fields of the two dependencies match.
|
![]() | GetHashCode |
Returns the hash code of this object dependency.
(Overrides ObjectGetHashCode.) |
![]() | GetValue |
Gets the object value.
(Inherited from AbstractSimpleDataContainerTObject.) |
![]() | HasDynamicObjectType |
Returns true if the dependency is referencing a dynamic object type.
|
![]() | 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.) |
![]() | SetValue |
Sets the object value.
(Inherited from AbstractSimpleDataContainerTObject.) |
![]() | TryGetValue |
Returns value of column.
(Inherited from AbstractSimpleDataContainerTObject.) |