Show / Hide Table of Contents

Class StringOperators

Supported operators for string fields through advanced search

Inheritance
object
StringOperators
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 StringOperators

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