Click or drag to resize
WebSpeciesFactFieldSearchCriteria Class
Search criteria used when species facts are retrieved. Only parts of the possible functionality is implemented.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebSpeciesFactFieldSearchCriteria

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 WebSpeciesFactFieldSearchCriteria : WebData

The WebSpeciesFactFieldSearchCriteria type exposes the following members.

Constructors
  NameDescription
Public methodWebSpeciesFactFieldSearchCriteria
Initializes a new instance of the WebSpeciesFactFieldSearchCriteria class
Top
Properties
  NameDescription
Public propertyFactorField
Search criteria is related to this factor field.
Public propertyIncludeEmptyValues
Include species facts with empty values (null in database) in returned species facts in addition to the species facts that matches this factor field search criteria. This property is currently not used.
Public propertyIsEnumAsString
This property is only used in combination with factor fields where data is of type enumeration. Property is enumeration as string must be set to true if a string value is used to compare enumeration values.
Public propertyOperator
Operator for this condition.
Public propertyValues
Values to compare operator with. Normally exactly one value is specified but property Values may contain more than one value if property Operator has the value Equal or NotEqual. Operator Equal together with more than one value returns true if the comparison value is equal to one of the listed values. Operator NotEqual compared to more than one value returns true if the comparison value is not equal to any of the listed values. Property FactorField holds information about which data type values contains.
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