Click or drag to resize
WebSpeciesObservationFieldSearchCriteria Class
This class contains a search criteria on a combination of class and data field. The search criteria handles several data types.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebSpeciesObservationFieldSearchCriteria

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class WebSpeciesObservationFieldSearchCriteria : WebData

The WebSpeciesObservationFieldSearchCriteria type exposes the following members.

Constructors
  NameDescription
Public methodWebSpeciesObservationFieldSearchCriteria
Initializes a new instance of the WebSpeciesObservationFieldSearchCriteria class
Top
Properties
  NameDescription
Public propertyClass
Type of data that the search criteria should be applied to.
Public propertyLocale
Search fields based on information related to this locale. This search criteria is optional and for many data types it is not relevant. For example data and time fields does not use this property. The value of this property Locale may be different from the value of property Locale in class WebClientInformation. Information returned from a web service call uses the locale specified in class WebClientInformation.
Public propertyOperator
Compare operator that is used when this search criteria is compared to actual data.
Public propertyProperty
Information about which species observation property that the search criteria should be applied to.
Public propertyType
Type of the data. Both compare value (property Value in this class) and actual value should be of this data type.
Public propertyValue
Value used to compare the data field with. Value is a string representation of the actual data type and value.
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