Click or drag to resize
IFactorManagerGetFactors Method (IUserContext, IFactorDataType)
Get factors with specified datatype.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
FactorList GetFactors(
	IUserContext userContext,
	IFactorDataType factorDataType
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
factorDataType
Type: ArtDatabanken.DataIFactorDataType
Factor datatype.

Return Value

Type: FactorList
Factors with specified datatype.
See Also