CustomFilter

CustomFilter class

Represents the custom filter.

Properties

NameTypeDescription
FilterOperatorTypeintGets and sets the filter operator type. The value of the property is FilterOperatorType integer constant.
CriteriaObjectGets and sets the criteria.

Methods

NameDescription
setCriteriaSets the filter criteria.

CustomFilter.FilterOperatorType property

Gets and sets the filter operator type. The value of the property is FilterOperatorType integer constant.

Type: int

CustomFilter.Criteria property

Gets and sets the criteria.

Type: Object

setCriteria(filterOperator, criteria)

Sets the filter criteria.

ParameterTypeDescription
filterOperatorintA FilterOperatorType value. filter operator type
criteriaObjectfilter criteria value