Click or drag to resize

IDataContext Interface

Interface of a data context.

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

The IDataContext type exposes the following members.

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