Click or drag to resize
AbstractSimpleDataContainer<TObject> Methods

The AbstractSimpleDataContainer< TObject> generic type exposes the following members.

Methods
  NameDescription
Public methodGetValue
Gets the object value.
Protected methodRegisterColumn(String, Func<TObject, Object>)
Registers the given Column to the object
Protected methodRegisterColumn(String, Func<TObject, Object>, Func<TObject, Object, Object>)
Registers the given Column to the object
Protected methodRegisterColumn<ColumnType>(String, Func<TObject, Object>)
Registers the given Column to the object
Protected methodRegisterColumn<TColumn>(String, Func<TObject, Object>, Func<TObject, Object, Object>)
Registers the given Column to the object
Protected methodRegisterColumns
Registers the Columns of this object
Public methodSetValue
Sets the object value.
Public methodTryGetValue
Returns value of column.
Top
Extension Methods
  NameDescription
Public Extension MethodCheckRequiredColumns
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.)
Top
See Also