Click or drag to resize

ConditionalFormatter Class

Returns one of two values, depending on a specified condition.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.FormattersConditionalFormatter

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Formatters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class ConditionalFormatter : DataProvider

The ConditionalFormatter type exposes the following members.

Constructors
  NameDescription
Public methodConditionalFormatter
Initializes a new instance of the ConditionalFormatter class
Top
Properties
Methods
Fields
  NameDescription
Public fieldCondition
Condition to check to decide which value to use.
Public fieldFalseValue
Value to use when condition is not fulfilled.
Public fieldTrueValue
Value to use when condition is fulfilled.
Top
See Also