AbstractSimpleDataContainerTObject Methods |
The AbstractSimpleDataContainerTObject generic type exposes the following members.
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.) |