Hide Table of Contents
Class: WhereCondition

Description

The WhereCondition class returns the condition for updating job parameters.

Class hierarchy

esri.WorkflowManager.SupportClasses.WhereCondition()

Properties

NameTypeSummary
compareValueObjectThe value to be compared/evaluated with.
fieldstringThe field name that contains the value to compare.
operatorCompareOperatorThe compare operator - EQUAL=0, NOT_EQUAL=1, GREATER_THAN=2, GREATER_OR_EQUAL=3, LESS_THAN=4, LESS_OR_EQUAL=5, CONTAINS=6.
Property Details

<Object> compareValue

The value to be compared with.

<string> field

The field name.

<CompareOperator> operator

The compare operator.