Click or drag to resize
TaxonNameSearchCriteria Class
This class handles search criteria used when searching taxonnames.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataTaxonNameSearchCriteria

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

The TaxonNameSearchCriteria type exposes the following members.

Constructors
  NameDescription
Public methodTaxonNameSearchCriteria
Initializes a new instance of the TaxonNameSearchCriteria class
Top
Properties
  NameDescription
Public propertyAuthorSearchString
The author search string.
Public propertyCategory
Search for taxonnames with this namecategory id.
Public propertyIsAuthorIncludedInNameSearchString
"Author" is included in NameSearchString - value true "Author" is not included in NameSearchString - value false
Public propertyIsOkForSpeciesObservation
Find names that are "ok for Obs systems" - value true Find names that are "not ok for Obs systems" - value false
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 taxonnames with this id of NameUsage.
Public propertyTaxonIds
List id taxon id - restrict search with this list as parent taxa
Top
Extension Methods
  NameDescription
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also