Click or drag to resize
TaxonDataSourceUpdateTaxonRelation Method
Update taxon relation.

Namespace: ArtDatabanken.WebService.Client.TaxonService
Assembly: ArtDatabanken.WebService.Client (in ArtDatabanken.WebService.Client.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual void UpdateTaxonRelation(
	IUserContext userContext,
	ITaxonRelation taxonRelation
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
taxonRelation
Type: ArtDatabanken.DataITaxonRelation
Information about the updated taxon relation. This object is updated with latest taxon relation information.

Implements

ITaxonDataSourceUpdateTaxonRelation(IUserContext, ITaxonRelation)
See Also