Click or drag to resize
ITaxonManagerUpdateTaxon Method (IUserContext, ITaxon, ITaxonRevisionEvent, LumpSplitEventList, IListITaxonRelation)
Create new 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,
	ITaxonRevisionEvent taxonRevisionEvent,
	LumpSplitEventList lumpSplitEvents,
	IList<ITaxonRelation> taxonRelations
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
taxon
Type: ArtDatabanken.DataITaxon
The taxon object.
taxonRevisionEvent
Type: ArtDatabanken.DataITaxonRevisionEvent
Revision event connected to the change. Information about the new taxon. This object is updated with information about the created taxon.
lumpSplitEvents
Type: ArtDatabanken.DataLumpSplitEventList
Creat lump split events if this parameter is not null.
taxonRelations
Type: System.Collections.GenericIListITaxonRelation
Create taxonrelations if this parameter is not null.
See Also