CuttingEdge.Conditions reference library |
ValidatorExtensions..::.IsNotLessThan Method |
ValidatorExtensions Class See Also Send Feedback |
Overload List
Name | Description | |
---|---|---|
IsNotLessThan(ConditionValidator<(Of <(Byte>)>), Byte) |
Checks whether the given value is not less than the specified minValue.
An exception is thrown otherwise.
| |
IsNotLessThan(ConditionValidator<(Of <(DateTime>)>), DateTime) |
Checks whether the given value is not less than the specified minValue.
An exception is thrown otherwise.
| |
IsNotLessThan(ConditionValidator<(Of <(Decimal>)>), Decimal) |
Checks whether the given value is not less than the specified minValue.
An exception is thrown otherwise.
| |
IsNotLessThan(ConditionValidator<(Of <(Double>)>), Double) |
Checks whether the given value is not less than the specified minValue.
An exception is thrown otherwise.
| |
IsNotLessThan(ConditionValidator<(Of <(Int16>)>), Int16) |
Checks whether the given value is not less than the specified minValue.
An exception is thrown otherwise.
| |
IsNotLessThan(ConditionValidator<(Of <(Int32>)>), Int32) |
Checks whether the given value is not less than the specified minValue.
An exception is thrown otherwise.
| |
IsNotLessThan(ConditionValidator<(Of <(Int64>)>), Int64) |
Checks whether the given value is not less than the specified minValue.
An exception is thrown otherwise.
| |
IsNotLessThan<(Of <(T>)>)(ConditionValidator<(Of <(Nullable<(Of <(T>)>)>)>), Nullable<(Of <(T>)>)) |
Checks whether the given value is not less than the specified minValue.
An exception is thrown otherwise.
| |
IsNotLessThan<(Of <(T>)>)(ConditionValidator<(Of <(Nullable<(Of <(T>)>)>)>), T) |
Checks whether the given value is not less than the specified minValue.
An exception is thrown otherwise.
| |
IsNotLessThan(ConditionValidator<(Of <(Single>)>), Single) |
Checks whether the given value is not less than the specified minValue.
An exception is thrown otherwise.
| |
IsNotLessThan<(Of <(T>)>)(ConditionValidator<(Of <(T>)>), T) |
Checks whether the given value is not less than the specified minValue.
An exception is thrown otherwise.
| |
IsNotLessThan(ConditionValidator<(Of <(Byte>)>), Byte, String) |
Checks whether the given value is not less than the specified minValue.
An exception is thrown otherwise.
| |
IsNotLessThan(ConditionValidator<(Of <(DateTime>)>), DateTime, String) |
Checks whether the given value is not less than the specified minValue.
An exception is thrown otherwise.
| |
IsNotLessThan(ConditionValidator<(Of <(Decimal>)>), Decimal, String) |
Checks whether the given value is not less than the specified minValue.
An exception is thrown otherwise.
| |
IsNotLessThan(ConditionValidator<(Of <(Double>)>), Double, String) |
Checks whether the given value is not less than the specified minValue.
An exception is thrown otherwise.
| |
IsNotLessThan(ConditionValidator<(Of <(Int16>)>), Int16, String) |
Checks whether the given value is not less than the specified minValue.
An exception is thrown otherwise.
| |
IsNotLessThan(ConditionValidator<(Of <(Int32>)>), Int32, String) |
Checks whether the given value is not less than the specified minValue.
An exception is thrown otherwise.
| |
IsNotLessThan(ConditionValidator<(Of <(Int64>)>), Int64, String) |
Checks whether the given value is not less than the specified minValue.
An exception is thrown otherwise.
| |
IsNotLessThan<(Of <(T>)>)(ConditionValidator<(Of <(Nullable<(Of <(T>)>)>)>), Nullable<(Of <(T>)>), String) |
Checks whether the given value is not less than the specified minValue.
An exception is thrown otherwise.
| |
IsNotLessThan<(Of <(T>)>)(ConditionValidator<(Of <(Nullable<(Of <(T>)>)>)>), T, String) |
Checks whether the given value is not less than the specified minValue.
An exception is thrown otherwise.
| |
IsNotLessThan(ConditionValidator<(Of <(Single>)>), Single, String) |
Checks whether the given value is not less than the specified minValue.
An exception is thrown otherwise.
| |
IsNotLessThan<(Of <(T>)>)(ConditionValidator<(Of <(T>)>), T, String) |
Checks whether the given value is not less than the specified minValue.
An exception is thrown otherwise.
|