Click or drag to resize
AggregatedDataContainer Methods

The AggregatedDataContainer type exposes the following members.

Methods
  NameDescription
Public methodContainsColumn
Returns true if specified column is available in current structure.
(Inherited from AbstractDataContainerParentObjectType.)
Public methodGetValue
Gets the object value.
(Inherited from AbstractSimpleDataContainerTObject.)
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 value of column.
(Overrides AbstractSimpleDataContainerTObjectSetValue(String, Object).)
Public methodTryGetValue
Returns value of column.
(Overrides AbstractSimpleDataContainerTObjectTryGetValue(String, Object).)
Top
See Also