DocumentWizardStep Methods |
The DocumentWizardStep type exposes the following members.
Name | Description | |
---|---|---|
ContainsColumn |
Returns true if specified column is available in current structure.
(Inherited from AbstractDataContainer<ParentObjectType>.) | |
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 |
Register columns
(Overrides AbstractSimpleDataContainer<TObject>.RegisterColumns().) | |
SetValue |
Sets the object value.
(Inherited from AbstractSimpleDataContainer<TObject>.) | |
TryGetValue |
Returns value of column.
(Inherited from AbstractSimpleDataContainer<TObject>.) |