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
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public class WebTaxonTreeNode : WebData
Public Class WebTaxonTreeNode
Inherits WebData
public ref class WebTaxonTreeNode : public WebData
type WebTaxonTreeNode =
class
inherit WebData
end
The WebTaxonTreeNode type exposes the following members.
Constructors Properties
| Name | Description |
---|
| Children |
Children to this taxon tree node.
|
| Taxon |
Taxon for this taxon tree node.
|
TopSee Also