Click or drag to resize
WebTaxonNameSearchCriteria Class
Search criterias when taxon names are retrieved.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebTaxonNameSearchCriteria

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 WebTaxonNameSearchCriteria : WebData

The WebTaxonNameSearchCriteria type exposes the following members.

Constructors
  NameDescription
Public methodWebTaxonNameSearchCriteria
Initializes a new instance of the WebTaxonNameSearchCriteria class
Top
Properties
  NameDescription
Public propertyAuthorSearchString
Author search string.
Public propertyCategoryId
Search for taxon names with this taxon name category.
Public propertyIsAuthorIncludedInNameSearchString
Is author included in NameSearchString.
Public propertyIsCategoryIdSpecified
Indicates if property CategoryId has been set.
Public propertyIsIsOkForSpeciesObservationSpecified
Specifies if IsOkForSpeciesObservation should be used.
Public propertyIsIsOriginalNameSpecified
Specifies if IsOriginalName should be used.
Public propertyIsIsRecommendedSpecified
Specifies if IsRecommended should be used.
Public propertyIsIsUniqueSpecified
Specifies if IsUnique should be used.
Public propertyIsIsValidTaxonNameSpecified
Specifies if IsValidTaxonName should be used.
Public propertyIsIsValidTaxonSpecified
Specifies if IsValidTaxon should be used.
Public propertyIsOkForSpeciesObservation
Filter taxon names based on if they are ok for species observation systems or not.
Public propertyIsOriginalName
Filter taxon names based on if they are orginal name.
Public propertyIsRecommended
Filter taxon names based on if they are recommended or not.
Public propertyIsStatusIdSpecified
Indicates if property StatusId has been set.
Public propertyIsUnique
Filter taxon names based on if they are unique or not.
Public propertyIsValidTaxon
Restrict search to taxon names for taxa with specified valid status.
Public propertyIsValidTaxonName
Filter taxon names based on if they are valid or not.
Public propertyNameSearchString
The name search string.
Public propertyStatusId
Search for taxon names with this taxon name status.
Public propertyTaxonIds
Restrict search with this list of 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