Click or drag to resize
ITaxonRelationsTreeEdge Interface
Taxon relation tree edge interface.

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

The ITaxonRelationsTreeEdge type exposes the following members.

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
Extension Methods
  NameDescription
Public Extension MethodAsBreadthFirstParentEdgeIterator
Returns a breadth first parent edge iterator.
(Defined by TaxonRelationsTreeExtension.)
Top
See Also