Click or drag to resize
FactorManagerGetOrganismGroups Method
Get information about organism groups of specified type.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual OrganismGroupList GetOrganismGroups(
	IUserContext userContext,
	OrganismGroupType organismGroupType
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
organismGroupType
Type: ArtDatabanken.DataOrganismGroupType
Type of organism groups.

Return Value

Type: OrganismGroupList
Information about organism groups of specified type.

Implements

IFactorManagerGetOrganismGroups(IUserContext, OrganismGroupType)
See Also