Class CustomFilter

CustomFilter class

Represents the custom filter.

public class CustomFilter

Properties

NameDescription
Criteria { get; set; }Gets and sets the criteria.
FilterOperatorType { get; set; }Gets and sets the filter operator type.

Methods

NameDescription
SetCriteria(FilterOperatorType, object)Sets the filter criteria.

See Also