CustomFilter

CustomFilter class

Represents the custom filter.

class CustomFilter;

Methods

MethodDescription
getFilterOperatorType()Gets and sets the filter operator type.
setFilterOperatorType(FilterOperatorType)Gets and sets the filter operator type.

getFilterOperatorType()

Gets and sets the filter operator type.

getFilterOperatorType() : FilterOperatorType;

Returns

FilterOperatorType

setFilterOperatorType(FilterOperatorType)

Gets and sets the filter operator type.

setFilterOperatorType(value: FilterOperatorType) : void;

Parameters:

ParameterTypeDescription
valueFilterOperatorTypeThe value to set.