Click or drag to resize
SpeciesFactListGetSpeciesFacts Method (ITaxon, IIndividualCategory, IFactor, IPeriod)
Get a subset of this species fact list based on parameters.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public SpeciesFactList GetSpeciesFacts(
	ITaxon taxon,
	IIndividualCategory individualCategory,
	IFactor factor,
	IPeriod period
)

Parameters

taxon
Type: ArtDatabanken.DataITaxon
The taxon for the requested species facts.
individualCategory
Type: ArtDatabanken.DataIIndividualCategory
The individual category for the requested species facts.
factor
Type: ArtDatabanken.DataIFactor
The factor for the requested species facts.
period
Type: ArtDatabanken.DataIPeriod
The period for the requested species facts.

Return Value

Type: SpeciesFactList
A species fact list.
See Also