Click or drag to resize
FactorManagerGetPeriodType Method (IUserContext, Int32)
Get period 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 IPeriodType GetPeriodType(
	IUserContext userContext,
	int periodTypeId
)

Parameters

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

Return Value

Type: IPeriodType
Period type with specified id.

Implements

IFactorManagerGetPeriodType(IUserContext, Int32)
See Also