Click or drag to resize
ITaxonRelationsTreeNode Methods

The ITaxonRelationsTreeNode type exposes the following members.

Methods
  NameDescription
Public methodGetAllValidParentEdgesTopToBottom
Gets all valid parents edges hierarchical from top to bottom (this node).
Public methodGetAllValidSecondaryParentNodesInRootToNodeOrder
Gets all valid secondary parent nodes in root to leaf order (top to bottom).
Top
Extension Methods
  NameDescription
Public Extension MethodAsBottomFirstBreadthFirstParentNodeIterator
Creates an iterator that traverses a tree nodes parents bottom first breadth first.
(Defined by TaxonRelationsTreeExtension.)
Public Extension MethodAsBreadthFirstChildEdgeIterator
Returns a breadth first child edge iterator.
(Defined by TaxonRelationsTreeExtension.)
Public Extension MethodAsBreadthFirstParentEdgeIterator
Returns a breadth first parent edge iterator.
(Defined by TaxonRelationsTreeExtension.)
Public Extension MethodAsDepthFirstChildEdgeIterator
Returns a depth first child edge iterator.
(Defined by TaxonRelationsTreeExtension.)
Public Extension MethodAsDepthFirstNodeIterator
Creates an iterator that traverses a tree nodes children depth first.
(Defined by TaxonRelationsTreeExtension.)
Public Extension MethodAsTopDownBreadthFirstParentEdgeIterator
Returns a reversed breadth first parent edge iterator.
(Defined by TaxonRelationsTreeExtension.)
Public Extension MethodAsTopFirstBreadthFirstParentNodeIterator
Creates an iterator that traverses a tree nodes parents top first breadth first.
(Defined by TaxonRelationsTreeExtension.)
Public Extension MethodAsTopFirstParentNodeIterator
Creates an iterator that traverses a tree nodes parents top first.
(Defined by TaxonRelationsTreeExtension.)
Top
See Also