AbstractDataContainer<ParentObjectType> Methods |
The AbstractDataContainer< ParentObjectType> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContainsColumn |
Returns true if specified column is available in current structure.
|
![]() | GetValue |
Gets the object value.
(Inherited from AbstractSimpleDataContainer<TObject>.) |
![]() | RegisterColumn(String, Func<TObject, Object>) |
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainer<TObject>.) |
![]() | RegisterColumn(String, Func<TObject, Object>, Func<TObject, Object, Object>) |
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainer<TObject>.) |
![]() | RegisterColumns |
Registers the Columns of this object
(Inherited from AbstractSimpleDataContainer<TObject>.) |
![]() | SetValue |
Sets the object value.
(Inherited from AbstractSimpleDataContainer<TObject>.) |
![]() | TryGetValue |
Returns value of column.
(Inherited from AbstractSimpleDataContainer<TObject>.) |
Name | Description | |
---|---|---|
![]() | CheckRequiredColumns |
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.) |
![]() | ToJSON |
Returns JSON representation of current instance of IDataContainer.
(Defined by DataExtensions.) |
![]() | ToXML |
Returns XML representation of current instance of IDataContainer.
(Defined by DataExtensions.) |