Click or drag to resize
SpeciesFactManagerGetSpeciesFactIdentifier Method (Int32, Int32, Int32, Boolean, Int32, Boolean, Int32)
Method that generates an unique identifier for a species fact.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual string GetSpeciesFactIdentifier(
	int taxonId,
	int individualCategoryId,
	int factorId,
	bool hasHostId,
	int hostId,
	bool hasPeriodId,
	int periodId
)

Parameters

taxonId
Type: SystemInt32
Id of the taxon that is related to the species fact.
individualCategoryId
Type: SystemInt32
Id of the individual category that is related to the species fact.
factorId
Type: SystemInt32
Id of the factor that is related to the species fact.
hasHostId
Type: SystemBoolean
Indicates if hostId has a value.
hostId
Type: SystemInt32
Id of the host taxon that is related to the species fact.
hasPeriodId
Type: SystemBoolean
Indicates if periodId has a value.
periodId
Type: SystemInt32
Id of the period that is related to the species fact.

Return Value

Type: String
Identifier for a species fact.

Implements

ISpeciesFactManagerGetSpeciesFactIdentifier(Int32, Int32, Int32, Boolean, Int32, Boolean, Int32)
See Also