AbstractSimpleDataContainerTObject Class |
Namespace: CMS.Base
public abstract class AbstractSimpleDataContainer<TObject> : ISimpleDataContainer where TObject : AbstractSimpleDataContainer<TObject>
The AbstractSimpleDataContainerTObject type exposes the following members.
Name | Description | |
---|---|---|
AbstractSimpleDataContainerTObject |
Name | Description | |
---|---|---|
Item |
Gets or sets the value of the column.
| |
RegisteredColumns |
Registered Columns
| |
RegisteredColumnsObject |
Registered Columns object
| |
UseLocalColumns |
If true, the object uses local columns
|
Name | Description | |
---|---|---|
GetValue |
Gets the object value.
| |
RegisterColumn(String, FuncTObject, Object) |
Registers the given Column to the object
| |
RegisterColumn(String, FuncTObject, Object, FuncTObject, Object, Object) |
Registers the given Column to the object
| |
RegisterColumnColumnType(String, FuncTObject, Object) |
Registers the given Column to the object
| |
RegisterColumnTColumn(String, FuncTObject, Object, FuncTObject, Object, Object) |
Registers the given Column to the object
| |
RegisterColumns |
Registers the Columns of this object
| |
SetValue |
Sets the object value.
| |
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.) |