Click or drag to resize
SpeciesFactRedList Constructor (IUserContext, Int32, Int32, Int32, Int32, Int32, Boolean, Int32, Boolean, Double, Boolean, Double, Boolean, Double, Boolean, String, Boolean, String, Boolean, Int32, Int32, String, DateTime)
Creates a species fact instance with 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 SpeciesFactRedList(
	IUserContext userContext,
	int id,
	int taxonId,
	int individualCategoryId,
	int factorId,
	int hostId,
	bool hasHost,
	int periodId,
	bool hasPeriod,
	double fieldValue1,
	bool hasFieldValue1,
	double fieldValue2,
	bool hasFieldValue2,
	double fieldValue3,
	bool hasFieldValue3,
	string fieldValue4,
	bool hasFieldValue4,
	string fieldValue5,
	bool hasFieldValue5,
	int qualityId,
	int referenceId,
	string updateUserFullName,
	DateTime updateDate
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
id
Type: SystemInt32
Id of the species fact
taxonId
Type: SystemInt32
Taxon Id of the species fact
individualCategoryId
Type: SystemInt32
Individual Category Id of the species fact
factorId
Type: SystemInt32
Foctor Id of the species fact
hostId
Type: SystemInt32
Taxon Id of the host taxon associated with the species fact
hasHost
Type: SystemBoolean
Indicates if this species fact has a host.
periodId
Type: SystemInt32
Period Id of the species fact
hasPeriod
Type: SystemBoolean
Indicates if this species fact has a period.
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.
qualityId
Type: SystemInt32
Quality Id of the species fact
referenceId
Type: SystemInt32
Reference id of the species fact
updateUserFullName
Type: SystemString
Full Name of the pdate user of the species fact
updateDate
Type: SystemDateTime
Update date of the species fact
See Also