Click or drag to resize
ITaxonTreeNode Methods

The ITaxonTreeNode type exposes the following members.

Methods
  NameDescription
Public methodGetChildTaxa
Get all unique child taxa. This method operates on current taxon tree in contrast to the full taxon tree with all taxon tree nodes.
Public methodGetChildTaxonCategories
Get unique taxon categories for all child taxa. This method operates on current taxon tree in contrast to the full taxon tree with all taxon tree nodes.
Public methodGetParentTaxa
Get all unique parent taxa. This method operates on current taxon tree in contrast to the full taxon tree with all taxon tree nodes.
Public methodGetParentTaxonCategories
Get unique taxon categories for all parent taxa. This method operates on current taxon tree in contrast to the full taxon tree with all taxon tree nodes.
Public methodGetTaxa
Get all unique taxa in taxon tree. This method operates on current taxon tree in contrast to the full taxon tree with all taxon tree nodes.
Public methodGetTaxonTreeNodes
Get all unique taxon tree nodes. This method operates on current taxon tree in contrast to the full taxon tree with all taxon tree nodes.
Top
Extension Methods
  NameDescription
Public Extension MethodAreEqual
Test if two IDataId32 references are equal.
(Defined by IDataId32Extension.)
Public Extension MethodAreNotEqual
Test if two IDataId32 references are not equal.
(Defined by IDataId32Extension.)
Top
See Also