Class DoubleComparisonField
Contents
[
Hide
]DoubleComparisonField class
Represents the double search field.
public sealed class DoubleComparisonField : ComparisonField
Methods
| Name | Description |
|---|---|
| Equals(double) | Indicates that field must be equal to the specified value. |
| Greater(double) | Indicates that field must be greater than the specified value. |
| GreaterOrEqual(double) | Indicates that field must be greater or equal to the specified value. |
| Less(double) | Indicates that field must be less than the specified value. |
| LessOrEqual(double) | Indicates that field must be less or equal to the specified value. |
| NotEquals(double) | Indicates that field must not be equal to the specified value. |
| OrderBy(bool) | Sets value which indicates if client uses ascending or descending sorting on the Field. |
See Also
- class ComparisonField
- namespace Aspose.Email.Tools.Search
- assembly Aspose.Email