AggregatedDataContainer Class |
Namespace: CMS.Base
public class AggregatedDataContainer : AbstractDataContainer<AggregatedDataContainer>
The AggregatedDataContainer type exposes the following members.
Name | Description | |
---|---|---|
![]() | AggregatedDataContainer |
Constructor
|
Name | Description | |
---|---|---|
![]() | ColumnNames |
Column names
(Overrides AbstractDataContainer<ParentObjectType>.ColumnNames.) |
![]() | Item |
Gets or sets the value of the column.
(Inherited from AbstractSimpleDataContainer<TObject>.) |
![]() | RegisteredColumns |
Registered Columns
(Inherited from AbstractSimpleDataContainer<TObject>.) |
![]() | RegisteredColumnsObject |
Registered Columns object
(Inherited from AbstractSimpleDataContainer<TObject>.) |
![]() | UseLocalColumns |
If true, the object uses local columns
(Inherited from AbstractSimpleDataContainer<TObject>.) |
Name | Description | |
---|---|---|
![]() | ContainsColumn |
Returns true if specified column is available in current structure.
(Inherited from AbstractDataContainer<ParentObjectType>.) |
![]() | GetValue |
Gets the object value.
(Inherited from AbstractSimpleDataContainer<TObject>.) |
![]() | RegisterColumn(String, Func<TObject, Object>) |
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainer<TObject>.) |
![]() | RegisterColumn(String, Func<TObject, Object>, Func<TObject, Object, Object>) |
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainer<TObject>.) |
![]() | RegisterColumns |
Registers the Columns of this object
(Inherited from AbstractSimpleDataContainer<TObject>.) |
![]() | SetValue |
Sets value of column.
(Overrides AbstractSimpleDataContainer<TObject>.SetValue(String, Object).) |
![]() | TryGetValue |
Returns value of column.
(Overrides AbstractSimpleDataContainer<TObject>.TryGetValue(String, Object).) |