GreaterFilter Constructor |
| Name | Description | |
|---|---|---|
| GreaterFilter |
Default constructor.
| |
| GreaterFilter(String, Double) |
Construct a GreaterFilter for testing "Greater" condition.
| |
| GreaterFilter(String, IComparable) |
Construct a GreaterFilter for testing "Greater" condition.
| |
| GreaterFilter(String, Int32) |
Construct a GreaterFilter for testing "Greater" condition.
| |
| GreaterFilter(String, Int64) |
Construct a GreaterFilter for testing "Greater" condition.
| |
| GreaterFilter(String, Single) |
Construct a GreaterFilter for testing "Greater" condition.
| |
| GreaterFilter(IValueExtractor, IComparable) |
Construct a GreaterFilter for testing "Greater" condition.
|