Click or drag to resize
PicturesSearchCriteria Class
This class represents a pictures search criteria.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataPicturesSearchCriteria

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

The PicturesSearchCriteria type exposes the following members.

Constructors
  NameDescription
Public methodPicturesSearchCriteria
Initializes a new instance of the PicturesSearchCriteria class
Top
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
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