Click or drag to resize

ContextDataUpdater Class

Updates a data property of a context with the value of a data binding.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Foundation.SettersContextDataUpdater

Namespace:  Slash.Unity.DataBind.Foundation.Setters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class ContextDataUpdater : DataBindingOperator

The ContextDataUpdater type exposes the following members.

Constructors
  NameDescription
Public methodContextDataUpdater
Initializes a new instance of the ContextDataUpdater class
Top
Methods
Fields
  NameDescription
Public fieldData
Data to update context data from.
Public fieldPath
Path to value to update in data context.
Top
See Also