BetweenFilter Properties |
The BetweenFilter type exposes the following members.
| Name | Description | |
|---|---|---|
| Filters |
Obtain the IFilter array.
(Inherited from ArrayFilter.) | |
| IsLowerBoundInclusive |
Returns true if extracted values equal to the lower bound of the range evaluate to true.
| |
| IsUpperBoundInclusive |
Returns true if extracted values equal to the upper bound of the range evaluate to true.
| |
| LowerBound |
Gets the object to representing the lower bound of the range
of values that evaluate to true
| |
| UpperBound |
Gets the object to representing the upper bound of the range
of values that evaluate to true
| |
| ValueExtractor |
Obtain the IValueExtractor used by this filter.
|