Click or drag to resize
TaxonSearchCriteria Class
This class handles search criteria used when searching roles.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataTaxonSearchCriteria

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class TaxonSearchCriteria : ITaxonSearchCriteria

The TaxonSearchCriteria type exposes the following members.

Constructors
  NameDescription
Public methodTaxonSearchCriteria
Initializes a new instance of the TaxonSearchCriteria class
Top
Properties
  NameDescription
Public propertyDataContext
Data context with meta information about this object.
Public propertyIsValidTaxon
Restrict to names to taxa that are valid - value true
Public propertyScope
The search scope. AllChildTaxa or AllParentTaxa
Public propertySwedishImmigrationHistory
Find taxa who have "Swedish immigration history" value set to one on the int values in this list.
Public propertySwedishOccurrence
Find taxa who have "Swedish occurrence" value set to one on the int values in this list.
Public propertyTaxonCategoryIds
Find taxa who have taxonCategoryIds related to a specified taxon.
Public propertyTaxonIds
Find taxa who have taxonIds related to the specified taxon.
Public propertyTaxonNameSearchString
Find roles with an identifier similar to the specified value. Wildcard characters may be 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