Click or drag to resize
FactorDataSourceGetPeriodTypes Method
Get all period types.

Namespace: ArtDatabanken.WebService.Client.TaxonAttributeService
Assembly: ArtDatabanken.WebService.Client (in ArtDatabanken.WebService.Client.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual PeriodTypeList GetPeriodTypes(
	IUserContext userContext
)

Parameters

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

Return Value

Type: PeriodTypeList
All period types.

Implements

IFactorDataSourceGetPeriodTypes(IUserContext)
See Also