Click or drag to resize
TaxonDataSourceCreateLumpSplitEvent Method
Create lump split event.

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 CreateLumpSplitEvent(
	IUserContext userContext,
	ILumpSplitEvent lumpSplitEvent
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
lumpSplitEvent
Type: ArtDatabanken.DataILumpSplitEvent
Information about the new lump split event. This object is updated with latest lump split event information.

Implements

ITaxonDataSourceCreateLumpSplitEvent(IUserContext, ILumpSplitEvent)
See Also