FallbackValueFormatter Class |
Namespace: Slash.Unity.DataBind.Foundation.Providers.Formatters
The FallbackValueFormatter type exposes the following members.
| Name | Description | |
|---|---|---|
| FallbackValueFormatter | Initializes a new instance of the FallbackValueFormatter class |
| Name | Description | |
|---|---|---|
| Value |
Current data value.
(Overrides DataProviderValue.) |
| Name | Description | |
|---|---|---|
| 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.) |
| Name | Description | |
|---|---|---|
| Data |
Binding to get data from.
| |
| Fallback |
Binding to get data value from if other binding doesn't provide a value.
|