Click or drag to resize
ISpeciesFactManagerUpdateSpeciesFacts Method (IUserContext, SpeciesFactList, IReference)
Update values for species facts. This method updates information in data source but it does not update the species fact objects in the client.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
void UpdateSpeciesFacts(
	IUserContext userContext,
	SpeciesFactList speciesFacts,
	IReference defaultReference
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
speciesFacts
Type: ArtDatabanken.DataSpeciesFactList
Species facts to set.
defaultReference
Type: ArtDatabanken.DataIReference
Reference used if no reference is specified.
See Also