Click or drag to resize
TaxonManagerCreateTaxon Method
Creates a taxon, with revisionevent

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public void CreateTaxon(
	IUserContext userContext,
	ITaxonRevision taxonRevision,
	ITaxon taxon,
	string scientificName,
	string commonName,
	string author,
	TaxonAlertStatusId alertStatusId,
	ITaxon parentTaxon,
	ITaxonCategory taxonCategory,
	string conceptDefinition
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
The user context.
taxonRevision
Type: ArtDatabanken.DataITaxonRevision
The revision.
taxon
Type: ArtDatabanken.DataITaxon
The taxon.
scientificName
Type: SystemString
Scientific name.
commonName
Type: SystemString
Common name.
author
Type: SystemString
Author.
alertStatusId
Type: ArtDatabanken.DataTaxonAlertStatusId
Alert status id.
parentTaxon
Type: ArtDatabanken.DataITaxon
Parent taxon.
taxonCategory
Type: ArtDatabanken.DataITaxonCategory
The taxon category.
conceptDefinition
Type: SystemString
Concept definition.

Implements

ITaxonManagerCreateTaxon(IUserContext, ITaxonRevision, ITaxon, String, String, String, TaxonAlertStatusId, ITaxon, ITaxonCategory, String)
See Also