asposecells.api

Class CustomFilter

Represents the custom filter.

Property Getters/Setters Summary
methodgetCriteria()
method
           Gets and sets the criteria.
methodgetFilterOperatorType()
method
           Gets and sets the filter operator type. The value of the property is FilterOperatorType integer constant.
 
Method Summary
methodsetCriteria(filterOperator, criteria)
Sets the filter criteria.
 

    • Property Getters/Setters Detail

      • getFilterOperatorType/setFilterOperatorType : int 

        int getFilterOperatorType() / setFilterOperatorType(value)
        
        Gets and sets the filter operator type. The value of the property is FilterOperatorType integer constant.
      • getCriteria/setCriteria : Object 

        Object getCriteria() / setCriteria(value)
        
        Gets and sets the criteria.
    • Method Detail

      • setCriteria

         setCriteria(filterOperator, criteria)
        Sets the filter criteria.
        Parameters:
        filterOperator: int - A FilterOperatorType value. filter operator type
        criteria: Object - filter criteria value