Click or drag to resize
IFactorManagerGetFactorUpdateMode Method
Get factor update mode with specified id.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
IFactorUpdateMode GetFactorUpdateMode(
	IUserContext userContext,
	int factorUpdateModeId
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
factorUpdateModeId
Type: SystemInt32
Id for requested factor update mode.

Return Value

Type: IFactorUpdateMode
Factor update mode with specified id.
See Also