IsNotInRange Method

CuttingEdge.Conditions

Overload List

  NameDescription
IsNotInRange(ConditionValidator<(Of <(Byte>)>), Byte, Byte)
Checks whether the given value is not between minValue and maxValue (including those values). An exception is thrown otherwise.
IsNotInRange(ConditionValidator<(Of <(DateTime>)>), DateTime, DateTime)
Checks whether the given value is not between minValue and maxValue (including those values). An exception is thrown otherwise.
IsNotInRange(ConditionValidator<(Of <(Decimal>)>), Decimal, Decimal)
Checks whether the given value is not between minValue and maxValue (including those values). An exception is thrown otherwise.
IsNotInRange(ConditionValidator<(Of <(Double>)>), Double, Double)
Checks whether the given value is not between minValue and maxValue (including those values). An exception is thrown otherwise.
IsNotInRange(ConditionValidator<(Of <(Int16>)>), Int16, Int16)
Checks whether the given value is not between minValue and maxValue (including those values). An exception is thrown otherwise.
IsNotInRange(ConditionValidator<(Of <(Int32>)>), Int32, Int32)
Checks whether the given value is not between minValue and maxValue (including those values). An exception is thrown otherwise.
IsNotInRange(ConditionValidator<(Of <(Int64>)>), Int64, Int64)
Checks whether the given value is not between minValue and maxValue (including those values). An exception is thrown otherwise.
IsNotInRange<(Of <(T>)>)(ConditionValidator<(Of <(Nullable<(Of <(T>)>)>)>), Nullable<(Of <(T>)>), Nullable<(Of <(T>)>))
Checks whether the given value is not between minValue and maxValue (including those values). An exception is thrown otherwise.
IsNotInRange<(Of <(T>)>)(ConditionValidator<(Of <(Nullable<(Of <(T>)>)>)>), T, T)
Checks whether the given value is not between minValue and maxValue (including those values). An exception is thrown otherwise.
IsNotInRange(ConditionValidator<(Of <(Single>)>), Single, Single)
Checks whether the given value is not between minValue and maxValue (including those values). An exception is thrown otherwise.
IsNotInRange<(Of <(T>)>)(ConditionValidator<(Of <(T>)>), T, T)
Checks whether the given value is not between minValue and maxValue (including those values). An exception is thrown otherwise.
IsNotInRange(ConditionValidator<(Of <(Byte>)>), Byte, Byte, String)
Checks whether the given value is not between minValue and maxValue (including those values). An exception is thrown otherwise.
IsNotInRange(ConditionValidator<(Of <(DateTime>)>), DateTime, DateTime, String)
Checks whether the given value is not between minValue and maxValue (including those values). An exception is thrown otherwise.
IsNotInRange(ConditionValidator<(Of <(Decimal>)>), Decimal, Decimal, String)
Checks whether the given value is not between minValue and maxValue (including those values). An exception is thrown otherwise.
IsNotInRange(ConditionValidator<(Of <(Double>)>), Double, Double, String)
Checks whether the given value is not between minValue and maxValue (including those values). An exception is thrown otherwise.
IsNotInRange(ConditionValidator<(Of <(Int16>)>), Int16, Int16, String)
Checks whether the given value is not between minValue and maxValue (including those values). An exception is thrown otherwise.
IsNotInRange(ConditionValidator<(Of <(Int32>)>), Int32, Int32, String)
Checks whether the given value is not between minValue and maxValue (including those values). An exception is thrown otherwise.
IsNotInRange(ConditionValidator<(Of <(Int64>)>), Int64, Int64, String)
Checks whether the given value is not between minValue and maxValue (including those values). An exception is thrown otherwise.
IsNotInRange<(Of <(T>)>)(ConditionValidator<(Of <(Nullable<(Of <(T>)>)>)>), Nullable<(Of <(T>)>), Nullable<(Of <(T>)>), String)
Checks whether the given value is not between minValue and maxValue (including those values). An exception is thrown otherwise.
IsNotInRange<(Of <(T>)>)(ConditionValidator<(Of <(Nullable<(Of <(T>)>)>)>), T, T, String)
Checks whether the given value is not between minValue and maxValue (including those values). An exception is thrown otherwise.
IsNotInRange(ConditionValidator<(Of <(Single>)>), Single, Single, String)
Checks whether the given value is not between minValue and maxValue (including those values). An exception is thrown otherwise.
IsNotInRange<(Of <(T>)>)(ConditionValidator<(Of <(T>)>), T, T, String)
Checks whether the given value is not between minValue and maxValue (including those values). An exception is thrown otherwise.

See Also