Click or drag to resize
SpeciesFactListGetSpeciesFacts Method (IndividualCategoryList, PeriodList, TaxonList, TaxonList, FactorList)
Method that returns a filtered version of this species fact list. The filtering is done on several parameters.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public SpeciesFactList GetSpeciesFacts(
	IndividualCategoryList individualCategories,
	PeriodList periods,
	TaxonList hosts,
	TaxonList taxa,
	FactorList factors
)

Parameters

individualCategories
Type: ArtDatabanken.DataIndividualCategoryList
Individual categories for the requested species facts.
periods
Type: ArtDatabanken.DataPeriodList
Periods for the requested species facts.
hosts
Type: ArtDatabanken.DataTaxonList
Hosts for the requested species facts.
taxa
Type: ArtDatabanken.DataTaxonList
Taxa for the requested species facts.
factors
Type: ArtDatabanken.DataFactorList
Factors for the requested species facts.

Return Value

Type: SpeciesFactList
A species fact list.
See Also