Click or drag to resize

LeafDataNode Class

A data context node which doesn't have any children.
Inheritance Hierarchy

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

The LeafDataNode type exposes the following members.

Constructors
Methods
  NameDescription
Public methodFindDescendant
Returns the descendant node at the specified path.
(Overrides DataNodeFindDescendant(String).)
Top
See Also