Click or drag to resize
AggregatedDataContainer Class
Aggregated data container which joins the Column names from all data sources
Inheritance Hierarchy
SystemObject
  CMS.BaseAbstractSimpleDataContainerAggregatedDataContainer
    CMS.BaseAbstractDataContainerAggregatedDataContainer
      CMS.BaseAggregatedDataContainer

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public class AggregatedDataContainer : AbstractDataContainer<AggregatedDataContainer>

The AggregatedDataContainer type exposes the following members.

Constructors
  NameDescription
Public methodAggregatedDataContainer
Constructor
Top
Properties
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