Click or drag to resize
SpeciesFactListMerge Method
Merge empty species fact into this species fact list. The empty species fact is defined by the specified combination of factor, host, individual category, period and taxon.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public void Merge(
	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