Click or drag to resize
SpeciesFactDataSourceGetSpeciesFacts Method (IUserContext, ListInt32)
Get information about all species facts.

Namespace: ArtDatabanken.WebService.Client.TaxonAttributeService
Assembly: ArtDatabanken.WebService.Client (in ArtDatabanken.WebService.Client.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

ISpeciesFactDataSourceGetSpeciesFacts(IUserContext, ListInt32)
See Also