asposecells.api

Class FilterOperatorType

Utility class containing constants. Custom Filter operator type.

Field Summary
const  intLESS_OR_EQUAL
Represents LessOrEqual operator.
const  intLESS_THAN
Represents LessThan operator.
const  intEQUAL
Represents Equal operator.
const  intGREATER_THAN
Represents GreaterThan operator.
const  intNOT_EQUAL
Represents NotEqual operator.
const  intGREATER_OR_EQUAL
Represents GreaterOrEqual operator.
const  intNONE
Represents no comparison.
const  intBEGINS_WITH
Begins with the text.
const  intENDS_WITH
Ends with the text.
const  intCONTAINS
Contains the text.
const  intNOT_CONTAINS
Not contains the text.
 

    • Field Detail

      • LESS_OR_EQUAL

        const int LESS_OR_EQUAL
        Represents LessOrEqual operator.
      • LESS_THAN

        const int LESS_THAN
        Represents LessThan operator.
      • EQUAL

        const int EQUAL
        Represents Equal operator.
      • GREATER_THAN

        const int GREATER_THAN
        Represents GreaterThan operator.
      • NOT_EQUAL

        const int NOT_EQUAL
        Represents NotEqual operator.
      • GREATER_OR_EQUAL

        const int GREATER_OR_EQUAL
        Represents GreaterOrEqual operator.
      • NONE

        const int NONE
        Represents no comparison.
      • BEGINS_WITH

        const int BEGINS_WITH
        Begins with the text.
      • ENDS_WITH

        const int ENDS_WITH
        Ends with the text.
      • CONTAINS

        const int CONTAINS
        Contains the text.
      • NOT_CONTAINS

        const int NOT_CONTAINS
        Not contains the text.