Click or drag to resize
WebTaxonTreeNode Class
Contains information about a taxon tree node. No information about WebTaxonRelation is included except sort order and taxon relation that is reflected in the taxon tree structure. The following dynamic properties exists: ChildrenCircularTaxonIds (String) The string consists of a comma seperated list of circular child taxon ids.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebTaxonTreeNode

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class WebTaxonTreeNode : WebData

The WebTaxonTreeNode type exposes the following members.

Constructors
  NameDescription
Public methodWebTaxonTreeNode
Initializes a new instance of the WebTaxonTreeNode class
Top
Properties
  NameDescription
Public propertyChildren
Children to this taxon tree node.
Public propertyTaxon
Taxon for this taxon tree node.
Top
See Also