Click or drag to resize

ICriterion Properties

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