Click or drag to resize
ObjectDependency Methods

The ObjectDependency type exposes the following members.

Methods
  NameDescription
Public methodContainsColumn
Returns true if specified column is available in current structure.
(Inherited from AbstractDataContainerParentObjectType.)
Public methodEquals(Object)
Compares the dependency with another object. Returns true if all fields of the two dependencies match.
(Overrides ObjectEquals(Object).)
Protected methodEquals(ObjectDependency)
Compares the dependency with another ObjectDependency object. Returns true if all fields of the two dependencies match.
Public methodGetHashCode
Returns the hash code of this object dependency.
(Overrides ObjectGetHashCode.)
Public methodGetValue
Gets the object value.
(Inherited from AbstractSimpleDataContainerTObject.)
Public methodHasDynamicObjectType
Returns true if the dependency is referencing a dynamic object type.
Protected methodRegisterColumn(String, FuncTObject, Object)
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected methodRegisterColumn(String, FuncTObject, Object, FuncTObject, Object, Object)
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected methodRegisterColumns
Registers the Columns of this object
(Inherited from AbstractSimpleDataContainerTObject.)
Public methodSetValue
Sets the object value.
(Inherited from AbstractSimpleDataContainerTObject.)
Public methodTryGetValue
Returns value of column.
(Inherited from AbstractSimpleDataContainerTObject.)
Top
See Also