Click or drag to resize

Context Class

Base class for a data context which contains properties to bind to.
Inheritance Hierarchy

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public abstract class Context : IDataContext

The Context type exposes the following members.

Constructors
Methods
  NameDescription
Public methodGetValue
Returns the value at the specified path.
Public methodRegisterListener
Registers a callback at the specified path of the context.
Public methodRemoveListener
Removes the callback from the specified path of the context.
Public methodSetValue
Sets the specified value at the specified path.
Top
See Also