Class DoubleOperators
Supported operators for double fields through advanced search
Inherited Members
Namespace: SuperOffice.ErpSync
Assembly: SuperOffice.Plugins.dll
Syntax
public static class DoubleOperators
Fields
BETWEEN
"Between" operator. Search values are presented in desired order.
Declaration
public const string BETWEEN = "between"
Field Value
Type | Description |
---|---|
string |
EQUALS
"Equals" operator.
Declaration
public const string EQUALS = "="
Field Value
Type | Description |
---|---|
string |
GREATER_OR_EQUAL
"Greater than or equals" operator.
Declaration
public const string GREATER_OR_EQUAL = ">="
Field Value
Type | Description |
---|---|
string |
GREATER_THAN
"Greater than" operator.
Declaration
public const string GREATER_THAN = ">"
Field Value
Type | Description |
---|---|
string |
LESS_OR_EQUAL
"Less than or equals" operator.
Declaration
public const string LESS_OR_EQUAL = "<="
Field Value
Type | Description |
---|---|
string |
LESS_THAN
"Less than" operator.
Declaration
public const string LESS_THAN = "<"
Field Value
Type | Description |
---|---|
string |
NOT_EQUALS
"Does not equal" operator.
Declaration
public const string NOT_EQUALS = "!="
Field Value
Type | Description |
---|---|
string |