Click or drag to resize

ContextDataProvider Class

Base class to get a data value from a bound context.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.GettersContextDataProvider

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

The ContextDataProvider type exposes the following members.

Constructors
  NameDescription
Public methodContextDataProvider
Initializes a new instance of the ContextDataProvider class
Top
Properties
Methods
Fields
  NameDescription
Public fieldContext
Data binding for context to get data from.
Public fieldContextType
Type of context the binding provides. Used to show the path drop down.
Public fieldPath
Path to get data from context from.
Top
See Also