Click or drag to resize
TaxonTreeNode Methods

The TaxonTreeNode 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.)
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also