ConditionalFormatter Class |
Namespace: Slash.Unity.DataBind.Foundation.Providers.Formatters
The ConditionalFormatter type exposes the following members.
Name | Description | |
---|---|---|
ConditionalFormatter | Initializes a new instance of the ConditionalFormatter 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 | |
---|---|---|
Condition |
Condition to check to decide which value to use.
| |
FalseValue |
Value to use when condition is not fulfilled.
| |
TrueValue |
Value to use when condition is fulfilled.
|