Click or drag to resize
FactorManagerGetPeriodType Method (IUserContext, PeriodTypeId)
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,
	PeriodTypeId periodTypeId
)

Parameters

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

Return Value

Type: IPeriodType
Period type with specified id.

Implements

IFactorManagerGetPeriodType(IUserContext, PeriodTypeId)
See Also