Click or drag to resize
ITaxonTreeNode Interface
Information about a taxon tree node. Taxon trees consists of taxon tree nodes.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface ITaxonTreeNode : IDataId32

The ITaxonTreeNode type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Children to this taxon tree node.
Public propertyChildrenCircular
Children to this taxon tree node. The difference between property Children and property ChildrenCircular are that taxon tree nodes in this property occurs at least twice in the taxon tree.
Public propertyDataContext
Data context.
Public propertyParents
Parents to this taxon tree node.
Public propertyParentsCircular
Parents to this taxon tree node. The difference between property Parents and property ParentsCircular are that taxon tree nodes in this property occurs at least twice in the taxon tree.
Public propertyTaxon
Taxon that belongs to this taxon tree node.
Top
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