Click or drag to resize
SpeciesFactManagerGetSpeciesFacts Method (IUserContext, SpeciesFactList)
Get species facts with specified identifiers. Only existing species facts are returned, e.g. species fact identifiers that does not match existing species fact does not affect the returned species facts.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual SpeciesFactList GetSpeciesFacts(
	IUserContext userContext,
	SpeciesFactList speciesFactIdentifiers
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
speciesFactIdentifiers
Type: ArtDatabanken.DataSpeciesFactList
Species facts identifiers. E.g. ISpeciesFact instances where id for requested combination of factor, host, individual category, period and taxon has been set. Host id is only used together with taxonomic factors. Period id is only used together with periodic factors.

Return Value

Type: SpeciesFactList
Existing species facts among the requested species facts.

Implements

ISpeciesFactManagerGetSpeciesFacts(IUserContext, SpeciesFactList)
See Also