Click or drag to resize
SpeciesFactManagerGetSpeciesFacts Method (IUserContext, ListInt32)
Get information about all 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,
	List<int> speciesFactIds
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
speciesFactIds
Type: System.Collections.GenericListInt32
Ids for species facts to get information about.

Return Value

Type: SpeciesFactList
Species facts.

Implements

ISpeciesFactManagerGetSpeciesFacts(IUserContext, ListInt32)
See Also