Click or drag to resize
ISpeciesFactFieldSearchCriteria Interface
Search criteria used when species facts are retrieved. Only parts of the possible functionality is implemented.

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

The ISpeciesFactFieldSearchCriteria type exposes the following members.

Properties
  NameDescription
Public propertyFactorField
Search criteria is related to this factor field.
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
Methods
  NameDescription
Public methodAddValue(Int32)
Add value to property Values.
Public methodAddValue(String)
Add value to property Values.
Top
See Also