CustomFilter

CustomFilter class

Represents the custom filter.

class CustomFilter;

Properties

PropertyTypeDescription
filterOperatorTypeFilterOperatorTypeGets and sets the filter operator type.
criteriaVObjectGets and sets the criteria.

Methods

MethodDescription
setCriteria(FilterOperatorType, VObject)Sets the filter criteria.

filterOperatorType

Gets and sets the filter operator type.

filterOperatorType : FilterOperatorType;

criteria

Gets and sets the criteria.

criteria : VObject;

setCriteria(FilterOperatorType, VObject)

Sets the filter criteria.

setCriteria(filterOperator: FilterOperatorType, criteria: VObject) : void;

Parameters:

ParameterTypeDescription
filterOperatorFilterOperatorTypefilter operator type
criteriaVObjectfilter criteria value