Click or drag to resize
FactorManagerGetFactorFieldType Method
Get factor field 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 IFactorFieldType GetFactorFieldType(
	IUserContext userContext,
	int factorFieldTypeId
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
factorFieldTypeId
Type: SystemInt32
Id for requested factor field type.

Return Value

Type: IFactorFieldType
Factor field type with specified id.

Implements

IFactorManagerGetFactorFieldType(IUserContext, Int32)
See Also