Click or drag to resize

IDataNode Interface

Interface of a data node in a data tree.

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

The IDataNode type exposes the following members.

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.
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