| Class | Description | |
|---|---|---|
![]()  | AfterFilter | Filter field on dates coming after the input to this filter | 
![]()  | AndFilter | Logical filter allowing 2 AND (inclusive) filters. | 
![]()  | AndManyFilter | Alternative filter to AndFilter which allows for more than two sub filters. | 
![]()  | BeforeFilter | Filter field on dates coming before the input to this filter | 
![]()  | BetweenFilter | Filter field for values that occur between the two filter inputs | 
![]()  | ColumnBasedFilter | Abstract filter type that maps to a column. | 
![]()  | ContainsFilter | Filter field on strings that contain the input to this filter | 
![]()  | EndsWithFilter | Filter on strings that end with the input to this filter | 
![]()  | EqualsFilter | Filter field on data that equals the input to this filter | 
![]()  | Filter | Abstract base of all filters. | 
![]()  | FilterCollection | Holds one or more filters. This collection is used by filters that allow children such as OrFilter and AndFilter  | 
![]()  | FilterExpression | Filter expressions offer on non static alternative to FilterType for construction of Filter objects. | 
![]()  | FilterType | This is a helper factory for creation of Filter objects. | 
![]()  | IsInFilter | Filter on fields that are in the input array | 
![]()  | IsNullFilter | Filter on fields that are null | 
![]()  | LessThanFilter | Filter field that are less than filter input | 
![]()  | LessThanOrEqualFilter | Filter field that are less than or equal to the filter input | 
![]()  | LikeFilter | Filter field on strings that are like the filter input | 
![]()  | LogicalFilter | Abstract filter for logical filter types. | 
![]()  | MoreThanFilter | Filter field that are more than the filter input | 
![]()  | MoreThanOrEqualFilter | Filter field that are more than or equal to the filter input | 
![]()  | NotContainsFilter | Filter field on strings that do not contain the input to this filter | 
![]()  | NotEndsWithFilter | Filter field on strings that do end with the input to this filter | 
![]()  | NotLikeFilter | Filter field on strings that are not like the filter input | 
![]()  | NotStartsWithFilter | Filter field on strings that do start with the input to this filter | 
![]()  | OlderThanDaysFilter | Filter field on dates that are older than a number of days | 
![]()  | OlderThanHoursFilter | Filter field on dates that are older than a number of hours | 
![]()  | OnFilter | Filter field on dates occuring on the the input to this filter | 
![]()  | OperationFilter | Abstract filter for operation type filters. | 
![]()  | OrFilter | Logical filter allowing 2 OR (exclusive) filters. | 
![]()  | OrManyFilter | Alternative filter to OrFilter which allows for more than two sub filters. | 
![]()  | SoundsLikeFilter | Filter field on strings sound like the input to this filter | 
![]()  | StartsWithFilter | Filter field on strings that do not contain the input to this filter | 
![]()  | TodayFilter | Filter field on today's date | 
![]()  | TomorrowFilter | Filter field on tomorrow's date | 
![]()  | WithinDaysFilter | Filter field on dates that have occurred within a number of days | 
![]()  | WithinHoursFilter | Filter field on dates that have occurred within a number of hours | 
![]()  | YesterdayFilter | Filter |