Click or drag to resize
ISpeciesFactSearchCriteria Interface
This interface represents a species fact search criteria.

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

The ISpeciesFactSearchCriteria type exposes the following members.

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
See Also