Click or drag to resize
IPicturesSearchCriteria Interface
This interface represents a pictures search criteria.

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

The IPicturesSearchCriteria type exposes the following members.

Properties
  NameDescription
Public propertyFactors
Search for pictures that belong to specified factors.
Public propertyMetaData
Search for pictures that contain the specified metadata (id and/or value).
Public propertySpeciesFactIdentifiers
Search for pictures that belong to specified species fact identifiers.
Public propertyTaxa
Search for pictures that belong to specified taxa.
Top
Methods
  NameDescription
Public methodAdd(String)
Add species fact identifier to search criteria.
Public methodAdd(IFactor)
Add factor to search criteria.
Public methodAdd(IPictureMetaData)
Add metadata to search criteria.
Public methodAdd(ITaxon)
Add taxon to search criteria.
Top
See Also