Click or drag to resize
SpeciesFactListGetSpeciesFacts Method (IFactor)
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(
	IFactor factor
)

Parameters

factor
Type: ArtDatabanken.DataIFactor
The factor for the requested species facts.

Return Value

Type: SpeciesFactList
A species fact list.
See Also