Click or drag to resize

ICriterion Interface

A criterion is a field, an operator and one or more values for comparison.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public interface ICriterion

The ICriterion type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleActive
Should this criterion be executed (1=Yes(default), 0=No)
Public propertyCode exampleExtraId
Extra Id
Public propertyCode examplefieldname
Name of criterion field. TableAndFieldName parameter is on the format 'tablename.fieldname' (i.e contact.name)
Public propertyCode exampleIdentity
Identity - record #
Public propertyCode exampleLinkType
Link Type - and/or - use AND for now
Public propertyCode exampleOperator
Operator - equals, one-of, more-than, etc
Public propertyCode exampleSearchFieldId
Criterion id (DbFieldId of field you search for)
Public propertyCode exampleValues
Get value list for this criterion
Top
See Also