Click or drag to resize
SpeciesFactDataSetAddSelection Method (IUserContext, IndividualCategoryList)
Add individual categories to current species fact data set scope. The species facts in the data set are updated to the new species fact data set scope.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual void AddSelection(
	IUserContext userContext,
	IndividualCategoryList selection
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
selection
Type: ArtDatabanken.DataIndividualCategoryList
Changed scope of the data set.

Implements

ISpeciesFactDataSetAddSelection(IUserContext, IndividualCategoryList)
See Also