Click or drag to resize

DataNode Class

Wraps a data object in the context tree and makes sure that the registered listeners are informed when the data value changed.
Inheritance Hierarchy

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

The DataNode type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDataType
Type of data.
Public propertyName
Name of node.
Public propertyValue
Current value.
Top
Methods
  NameDescription
Public methodFindDescendant
Returns the descendant node at the specified path.
Protected methodOnValueChanged
Invokes the ValueChanged event.
Public methodSetValue
Sets a new value for the data node.
Top
Events
  NameDescription
Public eventValueChanged
Called when the value of this node changed.
Top
See Also