Click or drag to resize
TaxonDataSourceDeleteTaxonRevisionEvent Method
Rolls back all changes for one revisionevent

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 DeleteTaxonRevisionEvent(
	IUserContext userContext,
	ITaxonRevisionEvent taxonRevisionEvent,
	ITaxonRevision taxonRevision
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
The user context.
taxonRevisionEvent
Type: ArtDatabanken.DataITaxonRevisionEvent
The revision event.
taxonRevision
Type: ArtDatabanken.DataITaxonRevision
The revision.

Implements

ITaxonDataSourceDeleteTaxonRevisionEvent(IUserContext, ITaxonRevisionEvent, ITaxonRevision)
Exceptions
ExceptionCondition
NotImplementedException
See Also