DataConverter Class |
Namespace: Slash.Unity.DataBind.Foundation.Providers.Converters
The DataConverter type exposes the following members.
| Name | Description | |
|---|---|---|
| DataConverter | Initializes a new instance of the DataConverter class |
| Name | Description | |
|---|---|---|
| Convert |
Converts the specified value.
| |
| Deinit |
Deinitializes the operator.
By default this method removes the added bindings.
(Overrides DataBindingOperatorDeinit.) | |
| Init |
Initializes the operator.
This method should be used to add bindings.
(Overrides DataBindingOperatorInit.) | |
| UpdateValue |
Called when the value of the data provider should be updated.
(Overrides DataProviderUpdateValue.) |