Click or drag to resize
FactorManagerGetFactorDataType Method
Get factor data type with specified id.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual IFactorDataType GetFactorDataType(
	IUserContext userContext,
	int factorDataTypeId
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
factorDataTypeId
Type: SystemInt32
Factor data type id.

Return Value

Type: IFactorDataType
Factor data type with specified id.

Implements

IFactorManagerGetFactorDataType(IUserContext, Int32)
See Also