Click or drag to resize
AggregatedDataContainer Class
Aggregated data container which joins the Column names from all data sources
Inheritance Hierarchy
System.Object
  CMS.Base.AbstractSimpleDataContainer<AggregatedDataContainer>
    CMS.Base.AbstractDataContainer<AggregatedDataContainer>
      CMS.Base.AggregatedDataContainer

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
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 AbstractDataContainer<ParentObjectType>.)
Public methodGetValue
Gets the object value.
(Inherited from AbstractSimpleDataContainer<TObject>.)
Protected methodRegisterColumn(String, Func<TObject, Object>)
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainer<TObject>.)
Protected methodRegisterColumn(String, Func<TObject, Object>, Func<TObject, Object, Object>)
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainer<TObject>.)
Protected methodRegisterColumns
Registers the Columns of this object
(Inherited from AbstractSimpleDataContainer<TObject>.)
Public methodSetValue
Sets value of column.
(Overrides AbstractSimpleDataContainer<TObject>.SetValue(String, Object).)
Public methodTryGetValue
Returns value of column.
(Overrides AbstractSimpleDataContainer<TObject>.TryGetValue(String, Object).)
Top
See Also