Class | Description | |
---|---|---|
AndFilterCriterion | Class that represents the conditional "AND" operator and filters items as to include only those that include both of the specified values. | |
ContainsFilterCriterion | Class that represents the "contains" filter criterion and filters items as to include only those that contain the specified value. | |
DifferentThanFilterCriterion | Class that represents the different than operator and filters items as to include only those that are different than the specified value. | |
EndsWithFilterCriterion | Class that represents the "Ends With" filter criterion and filters items to include only those that end with the specified value. | |
EqualToFilterCriterion | Class that represents the equality operator and filters items as to include only those that are equal to the specified value. | |
FilterCriterion | Base class for all filter criterion. | |
GreaterThanFilterCriterion | Class that represents the greater than operator and filters items as to include only those that are greater than the specified value. | |
GreaterThanOrEqualToFilterCriterion | Class that represents the greater than or equal to operator and filters items as to include only those that are greater than or equal to the specified value. | |
LessThanFilterCriterion | Class that represents the less than operator and filters items as to include only those that are less than the specified value. | |
LessThanOrEqualToFilterCriterion | Class that represents the less than or equal to operator and filters items as to include only those that are less than or equal to the specified value. | |
NotFilterCriterion | Class that represents the "NOT" operator and filters items as to include only those that are not equal to the specified value. | |
OrFilterCriterion | Class that represents the conditional "OR" operator and filters items as to include only those that include one or both of the specified values. | |
RelationalFilterCriterion | Base class for relation filter criterion from which the AndFilterCriterion, NotFilterCriterion, and OrFilterCriterion classes derive. | |
StartsWithFilterCriterion | Class that represents the "Starts With" filter criterion and filters items to include only those that start with the specified value. |