[]
Class NumericRangeValidator. This class cannot be inherited.
[TypeConverter(typeof(NumericRangeValidator.Converter))]
public sealed class NumericRangeValidator : ICustomPropertyValueValidator
| Name | Description |
|---|---|
| NumericRangeValidator(double, bool) | Initializes a new instance of the NumericRangeValidator class. |
| NumericRangeValidator(double, double, bool) | Initializes a new instance of the NumericRangeValidator class. |
| Name | Description |
|---|---|
| Delta | |
| Max | |
| Min |
| Name | Description |
|---|---|
| GetAnyValidValue() | Gets any valid value. |
| Validate(object) | Method should throw ArgumentException if value is not valid |