Class ListOperators
Supported operators for list fields through advanced search
Inherited Members
Namespace: SuperOffice.ErpSync
Assembly: SuperOffice.Plugins.dll
Syntax
public static class ListOperators
Fields
NOT_ONE_OF
"Does not equal" operator
Declaration
public const string NOT_ONE_OF = "notoneof"
Field Value
Type | Description |
---|---|
string |
ONE_OF
"Equals" operator
Declaration
public const string ONE_OF = "oneof"
Field Value
Type | Description |
---|---|
string |