Click or drag to resize
FactorDataSourceGetFactorOrigins Method
Get all factor origins.

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 FactorOriginList GetFactorOrigins(
	IUserContext userContext
)

Parameters

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

Return Value

Type: FactorOriginList
All factor origins.

Implements

IFactorDataSourceGetFactorOrigins(IUserContext)
See Also