Class OpCode
Definitions for operator codes used by the operator fields of Policy Routing Rule conditions.
Inherited Members
Namespace: PolicyRouting
Assembly: Ng911Lib.dll
Syntax
public class OpCode
Fields
| Edit this page View SourceEQ
Equal to
Declaration
public const string EQ = "EQ"
Field Value
Type | Description |
---|---|
string |
GE
Greater than or equal to
Declaration
public const string GE = "GE"
Field Value
Type | Description |
---|---|
string |
GT
Greater than
Declaration
public const string GT = "GT"
Field Value
Type | Description |
---|---|
string |
LE
Less than or equal to
Declaration
public const string LE = "LE"
Field Value
Type | Description |
---|---|
string |
LT
Less than
Declaration
public const string LT = "LT"
Field Value
Type | Description |
---|---|
string |
NE
Not equal to
Declaration
public const string NE = "NE"
Field Value
Type | Description |
---|---|
string |
SS
Contains a substring of
Declaration
public const string SS = "SS"
Field Value
Type | Description |
---|---|
string |
exists
Exists
Declaration
public const string exists = "exists"
Field Value
Type | Description |
---|---|
string |
missing
The element is missing
Declaration
public const string missing = "missing"
Field Value
Type | Description |
---|---|
string |