Click or drag to resize
FactorManagerGetPeriods Method (IUserContext)
Get all periods.

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
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.

Return Value

Type: PeriodList
All periods.

Implements

IFactorManagerGetPeriods(IUserContext)
See Also