Click or drag to resize
WebTaxonSearchCriteria Class
This class holds parameters used to search for taxa.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebTaxonSearchCriteria

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class WebTaxonSearchCriteria : WebData

The WebTaxonSearchCriteria type exposes the following members.

Constructors
  NameDescription
Public methodWebTaxonSearchCriteria
Initializes a new instance of the WebTaxonSearchCriteria class
Top
Properties
  NameDescription
Public propertyIsIsValidTaxonSpecified
Specifies if IsValidTaxon should be used.
Public propertyIsValidTaxon
Restrict search to valid or not valid taxa. Property IsIsValidTaxonSpecified must be set to true if property IsValidTaxon should be used in the search.
Public propertyScope
Taxon search scope. May be used to include parent taxa or child taxa in search.
Public propertySwedishImmigrationHistory
Find taxa who have "Swedish immigration history" value set to one on the integer values in this list.
Public propertySwedishOccurrence
Find taxa who have "Swedish occurrence" value set to one on the integer values in this list.
Public propertyTaxonCategoryIds
Find taxa related to taxa with specified taxon categories.
Public propertyTaxonIds
Find taxa related to taxa with specified ids.
Public propertyTaxonNameSearchString
Find taxa that matches taxon name search criteria. Compare operators in WebStringSearchCriteria are currently ignored. Compare operator 'Like' is always used.
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