Node MembersTreePlusSilverlight - An implementation of the TreePlus algorithm using Silverlight

The Node type exposes the following members.
Constructors

  NameDescription
Public methodNode 
Initializes a Node instance with an empty name.
Public methodNode(String)
Initializes a Node instance with a provided name.
Back to Top
Properties

  NameDescription
Public propertyData
Additional data. Currently not used.
Public propertyEdges
A List of all Edges to or from this Node.
Public propertyExpanded
Whether or not this Node is currently expanded (view-only).
Public propertyName
The name for this Node. This will be used to uniquely identify the node (for instance when searching for it).
Public propertyVisible
Whether or not this Node is currently visible (view-only).
Back to Top
See Also