Click or drag to resize

SOCriterion Interface

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 SOCriterion : ICriterion

The SOCriterion type exposes the following members.

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