Click or drag to resize

FallbackValueFormatter Class

Provides a fallback value if the specified data value is not set.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.FormattersFallbackValueFormatter

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

The FallbackValueFormatter type exposes the following members.

Constructors
  NameDescription
Public methodFallbackValueFormatter
Initializes a new instance of the FallbackValueFormatter class
Top
Properties
Methods
Fields
  NameDescription
Public fieldData
Binding to get data from.
Public fieldFallback
Binding to get data value from if other binding doesn't provide a value.
Top
See Also