Click or drag to resize
FactorManagerGetPublicPeriods Method (IUserContext, PeriodTypeId)
Get all public periods for specified 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 GetPublicPeriods(
	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 public periods for specified period type.

Implements

IFactorManagerGetPublicPeriods(IUserContext, PeriodTypeId)
See Also