Click or drag to resize
SpeciesFactListGetSpeciesFacts Method (PeriodList)
Method that returns a filtered version of this species fact list. The filtering is done on Periods.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public SpeciesFactList GetSpeciesFacts(
	PeriodList periods
)

Parameters

periods
Type: ArtDatabanken.DataPeriodList
Periods for the requested species facts.

Return Value

Type: SpeciesFactList
A filtered species fact list.
See Also