Click or drag to resize
SpeciesFactSearchCriteria Class
This class represents a species fact search criteria.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataSpeciesFactSearchCriteria

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class SpeciesFactSearchCriteria : ISpeciesFactSearchCriteria

The SpeciesFactSearchCriteria type exposes the following members.

Constructors
  NameDescription
Public methodSpeciesFactSearchCriteria
Default constructor
Top
Properties
  NameDescription
Public propertyFactorDataTypes
Search for species facts that belongs to factors that is of one of these factor data types.
Public propertyFactors
Search for species facts that belongs to specified factors.
Public propertyFieldLogicalOperator
Logical operator to use between field search criteria if more than one field search criteria are specified. Possible logical operator values are AND or OR.
Public propertyFieldSearchCriteria
Search criteria for fields in species facts. Only parts of the possible functionality is implemented.
Public propertyHosts
Search for species facts that are related to specified hosts.
Public propertyIncludeNotValidHosts
Specify if species facts related to not valid hosts should be included or not. Valid hosts are always included in the species fact search.
Public propertyIncludeNotValidTaxa
Specify if species facts related to not valid taxa should be included or not. Valid taxa are always included in the species fact search.
Public propertyIndividualCategories
Search for species facts that belongs to specified individual categories.
Public propertyPeriods
Search for species facts that belongs to specified periods.
Public propertyReferences
Public propertyTaxa
Search for species facts that belongs to specified taxa.
Top
Methods
  NameDescription
Public methodAdd(IFactor)
Add factor to search criteria.
Public methodAdd(IIndividualCategory)
Add individual category to search criteria.
Public methodAdd(IPeriod)
Add period to search criteria.
Public methodAdd(ISpeciesFactFieldSearchCriteria)
Add species fact field search criteria to search criteria.
Public methodAddTaxon
Add taxon to search criteria.
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