NamedDataContainer Class |
Namespace: CMS.MacroEngine
public class NamedDataContainer : IDataContainer, ISimpleDataContainer
The NamedDataContainer type exposes the following members.
Name | Description | |
---|---|---|
![]() | NamedDataContainer |
Constructor.
|
Name | Description | |
---|---|---|
![]() | mInnerContainer |
Inner data container.
|
![]() | mPrefix |
Column prefix.
|
Name | Description | |
---|---|---|
![]() | ColumnNames |
Column names.
|
![]() | InnerContainer |
Inner data container.
|
![]() | Item |
Gets or sets the value of the column.
|
![]() | Prefix |
Column prefix.
|
Name | Description | |
---|---|---|
![]() | ContainsColumn |
Returns true if the object contains specified column.
|
![]() | GetOriginalColumnName |
Gets the original column name without the prefix.
|
![]() | GetValue |
Returns value of column.
|
![]() | SetValue |
Sets value of column.
|
![]() | TryGetValue |
Returns value of column.
|
Name | Description | |
---|---|---|
![]() | CheckRequiredColumns |
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.) |
![]() | ToJSON |
Returns JSON representation of current instance of IDataContainer.
(Defined by DataExtensions.) |
![]() | ToXML |
Returns XML representation of current instance of IDataContainer.
(Defined by DataExtensions.) |