Click or drag to resize
SpeciesFactRedListCategory Constructor (IUserContext, ITaxon, IIndividualCategory, IFactor, ITaxon, IPeriod)
Creates a species fact instance with no data from web service.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public SpeciesFactRedListCategory(
	IUserContext userContext,
	ITaxon taxon,
	IIndividualCategory individualCategory,
	IFactor factor,
	ITaxon host,
	IPeriod period
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
taxon
Type: ArtDatabanken.DataITaxon
Taxon object of the species fact
individualCategory
Type: ArtDatabanken.DataIIndividualCategory
Individual category object of the species fact
factor
Type: ArtDatabanken.DataIFactor
Factor object of the species fact
host
Type: ArtDatabanken.DataITaxon
Host taxon object of the species fact
period
Type: ArtDatabanken.DataIPeriod
Period object of the species fact
See Also