HierarchyData<(Of <(<'T>)>)> Members
The HierarchyData<(Of <(<'T>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HierarchyData<(Of <(<'T>)>)> |
Initializes a new instance of the HierarchyData<(Of <(<'T>)>)> class.
|
Methods
Name | Description | |
---|---|---|
GetChildren |
Gets an enumeration object that represents all the child nodes of the current hierarchical node.
|
|
GetParent |
Gets an IHierarchyData object that represents the parent node of the current hierarchical node.
|
|
ToString |
Returns a String that represents this instance.
|
Properties
Name | Description | |
---|---|---|
HasChildren |
Indicates whether the hierarchical data node that the IHierarchyData object represents has any child nodes.
|
|
Item |
Gets the hierarchical data node that the IHierarchyData object represents.
|
|
Path |
Gets the hierarchical path of the node.
|
|
Type |