Click or drag to resize
AbstractSimpleDataContainerTObject Methods

The AbstractSimpleDataContainerTObject generic type exposes the following members.

Methods
  NameDescription
Public methodGetValue
Gets the object value.
Protected methodRegisterColumn(String, FuncTObject, Object)
Registers the given Column to the object
Protected methodRegisterColumn(String, FuncTObject, Object, FuncTObject, Object, Object)
Registers the given Column to the object
Protected methodRegisterColumnColumnType(String, FuncTObject, Object)
Registers the given Column to the object
Protected methodRegisterColumnTColumn(String, FuncTObject, Object, FuncTObject, 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