Click or drag to resize
IFactorManagerGetPeriods Method (IUserContext, Int32)
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
PeriodList GetPeriods(
	IUserContext userContext,
	int periodTypeId
)

Parameters

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

Return Value

Type: PeriodList
All periods of a certain period type.
See Also