Click or drag to resize
TaxonRelationsTreeEdge Class
Taxon relation tree edge.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataTaxonRelationsTreeEdge

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class TaxonRelationsTreeEdge : ITaxonRelationsTreeEdge

The TaxonRelationsTreeEdge type exposes the following members.

Constructors
  NameDescription
Public methodTaxonRelationsTreeEdge
Creates a new taxon relation tree edge.
Top
Properties
  NameDescription
Public propertyChild
Child node.
Public propertyIsMain
Gets a value indicating whether this relation is main relation.
Public propertyIsPublished
Gets a value indicating whether this relation is published.
Public propertyIsValid
Gets a value indicating whether this relation is valid.
Public propertyParent
Parent node.
Public propertyTaxonRelation
Taxon relation.
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodAsBreadthFirstParentEdgeIterator
Returns a breadth first parent edge iterator.
(Defined by TaxonRelationsTreeExtension.)
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