Click or drag to resize
ITaxonManagerUpdateTaxon Method (IUserContext, ITaxon, ITaxonRevision, String, ITaxonCategory, TaxonAlertStatusId, Boolean)
Update the taxon.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
void UpdateTaxon(
	IUserContext userContext,
	ITaxon taxon,
	ITaxonRevision taxonRevision,
	string conceptDefinitionPartString,
	ITaxonCategory category,
	TaxonAlertStatusId alertStatus,
	bool isMicrospecies
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
The user context.
taxon
Type: ArtDatabanken.DataITaxon
The taxon.
taxonRevision
Type: ArtDatabanken.DataITaxonRevision
The revision.
conceptDefinitionPartString
Type: SystemString
Taxon description.
category
Type: ArtDatabanken.DataITaxonCategory
Taxon category.
alertStatus
Type: ArtDatabanken.DataTaxonAlertStatusId
Alert status.
isMicrospecies
Type: SystemBoolean
Is Microspecies
See Also