Click or drag to resize
ITaxonManagerGetLumpSplitEventType Method (IUserContext, Int32)
Get specified lump split event type.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
ILumpSplitEventType GetLumpSplitEventType(
	IUserContext userContext,
	int lumpSplitEventTypeId
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
The user context.
lumpSplitEventTypeId
Type: SystemInt32
Id for lump split event type.

Return Value

Type: ILumpSplitEventType
Specified lump split event type.
See Also