AbstractSimpleDataContainer<TObject> Methods |
The AbstractSimpleDataContainer< TObject> generic type exposes the following members.
Name | Description | |
---|---|---|
GetValue |
Gets the object value.
| |
RegisterColumn(String, Func<TObject, Object>) |
Registers the given Column to the object
| |
RegisterColumn(String, Func<TObject, Object>, Func<TObject, Object, Object>) |
Registers the given Column to the object
| |
RegisterColumn<ColumnType>(String, Func<TObject, Object>) |
Registers the given Column to the object
| |
RegisterColumn<TColumn>(String, Func<TObject, Object>, Func<TObject, 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.) |