AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

HierarchyData<(Of <(<'T>)>)> Members

The HierarchyData<(Of <(<'T>)>)> type exposes the following members.

Constructors


  Name Description
Public method HierarchyData<(Of <(<'T>)>)>
Initializes a new instance of the HierarchyData<(Of <(<'T>)>)> class.

Methods


  Name Description
Public method GetChildren
Gets an enumeration object that represents all the child nodes of the current hierarchical node.
Public method GetParent
Gets an IHierarchyData object that represents the parent node of the current hierarchical node.
Public method ToString
Returns a String that represents this instance.

Properties


  Name Description
Public property HasChildren
Indicates whether the hierarchical data node that the IHierarchyData object represents has any child nodes.
Public property Item
Gets the hierarchical data node that the IHierarchyData object represents.
Public property Path
Gets the hierarchical path of the node.
Public property Type
Gets the name of the type of Object contained in the Item property.