Click or drag to resize
ITaxonNameSearchCriteria Interface
This interface handles search criteria used when searching taxonnames.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface ITaxonNameSearchCriteria

The ITaxonNameSearchCriteria type exposes the following members.

Properties
  NameDescription
Public propertyAuthorSearchString
Author search string.
Public propertyCategory
Search for taxon names with this taxon name category.
Public propertyIsAuthorIncludedInNameSearchString
"Author" is included in NameSearchString - value true "Author" is not included in NameSearchString - value false
Public propertyIsOkForSpeciesObservation
Filter taxon names based on if they are ok for species observation systems or not.
Public propertyIsOriginalName
Find names that are "original" - value true Find names that are "not original" - value false
Public propertyIsRecommended
Find names that are "recommended" - value true Find names that are "not recommended" - value false
Public propertyIsUnique
Find names that are "unique" - value true Find names that are "not unique" - value false
Public propertyIsValidTaxon
Restrict to names to taxa that are valid - value true
Public propertyIsValidTaxonName
Restrict to names that are valid - value true
Public propertyLastModifiedEndDate
Search taxon names updated between LastModifiedStartDate and LastModifiedEndDate if both are set.
Public propertyLastModifiedStartDate
Search taxon names updated between LastModifiedStartDate and LastModifiedEndDate if both are set.
Public propertyNameSearchString
The name search string.
Public propertyStatus
Search for taxon names with this taxon name status.
Public propertyTaxonIds
List of taxon ids - restrict search with this list as parent taxa
Top
See Also