Show / Hide Table of Contents

Class IntOperators

Supported operators for int fields through advanced search

Inheritance
object
IntOperators
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.ErpSync
Assembly: SuperOffice.Plugins.dll
Syntax
public static class IntOperators

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top