Click or drag to resize

ConditionalFormatter Class

Returns one of two values, depending on a specified condition.
Inheritance Hierarchy
System.Object
  UnityEngine.Object
    UnityEngine.Component
      UnityEngine.Behaviour
        UnityEngine.MonoBehaviour
          Slash.Unity.DataBind.Core.Presentation.DataBindingOperator
            Slash.Unity.DataBind.Core.Presentation.DataProvider
              Slash.Unity.DataBind.Foundation.Providers.Formatters.ConditionalFormatter

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