Click or drag to resize
FactorManagerGetPeriods Method (IUserContext, PeriodTypeId)
Get all periods of a certain period type.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual PeriodList GetPeriods(
	IUserContext userContext,
	PeriodTypeId periodTypeId
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
periodTypeId
Type: ArtDatabanken.DataPeriodTypeId
Period type id.

Return Value

Type: PeriodList
All periods of a certain period type.

Implements

IFactorManagerGetPeriods(IUserContext, PeriodTypeId)
See Also