Click or drag to resize

ICriterion Interface

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

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

The ICriterion type exposes the following members.

Properties
  NameDescription
Public propertyActive
Should this criterion be executed (1=Yes(default), 0=No)
Public propertyExtraId
Extra Id
Public propertyfieldname
Name of criterion field. TableAndFieldName parameter is on the format 'tablename.fieldname' (i.e contact.name)
Public propertyIdentity
Identity - record #
Public propertyLinkType
Link Type - and/or - use AND for now
Public propertyOperator
Operator - equals, one-of, more-than, etc
Public propertySearchFieldId
Criterion id (DbFieldId of field you search for)
Public propertyValues
Get value list for this criterion
Top
See Also