Class StringOperators
Supported operators for string fields through advanced search
Namespace: SuperOffice.ErpSync
Assembly: SuperOffice.Plugins.dll
Syntax
public static class StringOperators : Object
Fields
BEGINS_WITH
"Begins with" operator. Should not be case sensitive
Declaration
public const string BEGINS_WITH = "begins"
Field Value
Type | Description |
---|---|
String |
BETWEEN
"Between" operator. Search values are presented in desired order. Should not be case sensitive
Declaration
public const string BETWEEN = "between"
Field Value
Type | Description |
---|---|
String |
CONTAINS
"Contains" operator. Should not be case sensitive
Declaration
public const string CONTAINS = "contains"
Field Value
Type | Description |
---|---|
String |
ENDS_WITH
"Ends with" operator. Should not be case sensitive
Declaration
public const string ENDS_WITH = "ends"
Field Value
Type | Description |
---|---|
String |
EQUALS
"Equals" operator. Should not be case sensitive
Declaration
public const string EQUALS = "="
Field Value
Type | Description |
---|---|
String |
NOT_BEGINS_WITH
"Does not begin with" operator. Should not be case sensitive
Declaration
public const string NOT_BEGINS_WITH = "notbegins"
Field Value
Type | Description |
---|---|
String |
NOT_CONTAINS
"Does not contain" operator. Should not be case sensitive
Declaration
public const string NOT_CONTAINS = "notcontains"
Field Value
Type | Description |
---|---|
String |
NOT_ENDS_WITH
"Does not end with" operator. Should not be case sensitive
Declaration
public const string NOT_ENDS_WITH = "notends"
Field Value
Type | Description |
---|---|
String |
NOT_EQUALS
"Does not equal" operator. Should not be case sensitive
Declaration
public const string NOT_EQUALS = "isnot"
Field Value
Type | Description |
---|---|
String |