Click or drag to resize
TaxonGetTaxonNamesBySearchCriteria Method
Get taxon names that matches search criteria.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public IList<ITaxonName> GetTaxonNamesBySearchCriteria(
	IUserContext userContext,
	Nullable<int> taxonNameCategoryId,
	Nullable<int> taxonNameCategoryTypeId,
	Nullable<int> taxonNameStatusId,
	Nullable<bool> isRecommended,
	bool isTaxonRevisionEditor,
	bool includeHistorical
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
The user context.
taxonNameCategoryId
Type: SystemNullableInt32
Taxon name category id.
taxonNameCategoryTypeId
Type: SystemNullableInt32
Taxon name category type id.
taxonNameStatusId
Type: SystemNullableInt32
Taxon name status id.
isRecommended
Type: SystemNullableBoolean
Is recommended.
isTaxonRevisionEditor
Type: SystemBoolean
Is taxon revision editor.
includeHistorical
Type: SystemBoolean
Include historical.

Return Value

Type: IListITaxonName
taxon names that matches search criteria.

Implements

ITaxonGetTaxonNamesBySearchCriteria(IUserContext, NullableInt32, NullableInt32, NullableInt32, NullableBoolean, Boolean, Boolean)
See Also