![]() | 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 DataProvider.Value.) |
Name | Description | |
---|---|---|
![]() | Init |
Initializes the operator.
This method should be used to add bindings.
(Overrides DataBindingOperator.Init().) |
![]() | UpdateValue |
Called when the value of the data provider should be updated.
(Overrides DataProvider.UpdateValue().) |
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.
|