Click or drag to resize
TaxonRelationsTreeGetAllEdges Method (IEnumerableInt32, TaxonRelationsTreeIterationMode, Boolean, Boolean)
Gets all valid child and parent edges. Includes both main and secondary parent/children.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public HashSet<ITaxonRelationsTreeEdge> GetAllEdges(
	IEnumerable<int> taxonIds,
	TaxonRelationsTreeIterationMode treeIterationMode,
	bool onlyValid,
	bool includeChildrenSecondaryParents = true
)

Parameters

taxonIds
Type: System.Collections.GenericIEnumerableInt32
The taxon ids.
treeIterationMode
Type: ArtDatabanken.DataTaxonRelationsTreeIterationMode
The tree iteration mode.
onlyValid
Type: SystemBoolean
if set to true only valid relations are included.
includeChildrenSecondaryParents (Optional)
Type: SystemBoolean
if set to true secondary parents to children are included.

Return Value

Type: HashSetITaxonRelationsTreeEdge
A set with all child and parent edges.
See Also