DataNode Class |
Namespace: Slash.Unity.DataBind.Core.Data
The DataNode type exposes the following members.
| Name | Description | |
|---|---|---|
| DataNode(NodeTypeInfo, String) |
Constructor.
| |
| DataNode(NodeTypeInfo, IDataNode, String) |
Constructor.
|
| Name | Description | |
|---|---|---|
| FindDescendant |
Returns the descendant node at the specified path.
| |
| OnValueChanged |
Invokes the ValueChanged event.
| |
| SetValue |
Sets a new value for the data node.
|
| Name | Description | |
|---|---|---|
| ValueChanged |
Called when the value of this node changed.
|