Click or drag to resize
SpeciesFactRedListCriteriaDocumentation Constructor (IUserContext, Int32, ITaxon, IIndividualCategory, IFactor, ITaxon, IPeriod, Double, Boolean, Double, Boolean, Double, Boolean, String, Boolean, String, Boolean, ISpeciesFactQuality, IReference, String, DateTime)
Creates a species fact instance with data from data source.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public SpeciesFactRedListCriteriaDocumentation(
	IUserContext userContext,
	int id,
	ITaxon taxon,
	IIndividualCategory individualCategory,
	IFactor factor,
	ITaxon host,
	IPeriod period,
	double fieldValue1,
	bool hasFieldValue1,
	double fieldValue2,
	bool hasFieldValue2,
	double fieldValue3,
	bool hasFieldValue3,
	string fieldValue4,
	bool hasFieldValue4,
	string fieldValue5,
	bool hasFieldValue5,
	ISpeciesFactQuality quality,
	IReference reference,
	string modifiedBy,
	DateTime modifiedDate
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
id
Type: SystemInt32
Id of the species fact.
taxon
Type: ArtDatabanken.DataITaxon
Taxon of the species fact.
individualCategory
Type: ArtDatabanken.DataIIndividualCategory
Individual Category of the species fact.
factor
Type: ArtDatabanken.DataIFactor
Factor of the species fact.
host
Type: ArtDatabanken.DataITaxon
Host taxon associated with the species fact.
period
Type: ArtDatabanken.DataIPeriod
Period of the species fact.
fieldValue1
Type: SystemDouble
Field value of field 1 for the species fact.
hasFieldValue1
Type: SystemBoolean
Indicates if field 1 has a value.
fieldValue2
Type: SystemDouble
Field value of field 2 for the species fact.
hasFieldValue2
Type: SystemBoolean
Indicates if field 2 has a value.
fieldValue3
Type: SystemDouble
Field value of field 3 for the species fact.
hasFieldValue3
Type: SystemBoolean
Indicates if field 3 has a value.
fieldValue4
Type: SystemString
Field value of field 4 for the species fact.
hasFieldValue4
Type: SystemBoolean
Indicates if field 4 has a value.
fieldValue5
Type: SystemString
Field value of field 5 for the species fact.
hasFieldValue5
Type: SystemBoolean
Indicates if field 5 has a value.
quality
Type: ArtDatabanken.DataISpeciesFactQuality
Quality of the species fact.
reference
Type: ArtDatabanken.DataIReference
Reference of the species fact.
modifiedBy
Type: SystemString
Full name of the update user of the species fact.
modifiedDate
Type: SystemDateTime
Update date of the species fact.
See Also