Guard Class |
Namespace: Enkoni.Framework
| Name | Description | |
|---|---|---|
| ArgumentIsBetweenT(T, T, T, String) | Throws an exception if argumentValue is less than lowerValue or greater than higherValue. | |
| ArgumentIsBetweenT(T, T, T, String, String) | Throws an exception if argumentValue is less than lowerValue or greater than higherValue. | |
| ArgumentIsGreaterOrEqualThanT(T, T, String) | Throws an exception if argumentValue is less than lowerValue. | |
| ArgumentIsGreaterOrEqualThanT(T, T, String, String) | Throws an exception if argumentValue is less than lowerValue. | |
| ArgumentIsGreaterThanT(T, T, String) | Throws an exception if argumentValue is less than or equal to lowerValue. | |
| ArgumentIsGreaterThanT(T, T, String, String) | Throws an exception if argumentValue is less than or equal to lowerValue. | |
| ArgumentIsLowerOrEqualThanT(T, T, String) | Throws an exception if argumentValue is greater than higherValue. | |
| ArgumentIsLowerOrEqualThanT(T, T, String, String) | Throws an exception if argumentValue is greater than higherValue. | |
| ArgumentIsLowerThanT(T, T, String) | Throws an exception if argumentValue is greater than or equal to higherValue. | |
| ArgumentIsLowerThanT(T, T, String, String) | Throws an exception if argumentValue is greater than or equal to higherValue. | |
| ArgumentIsNotNull(Object, String) | Throws ArgumentNullException if the given argument is . | |
| ArgumentIsNotNull(Object, String, String) | Throws ArgumentNullException if the given argument is . | |
| ArgumentIsNotNullOrEmpty(String, String) | Throws an exception if the tested string argument is or the empty string. | |
| ArgumentIsNotNullOrEmpty(String, String, String) | Throws an exception if the tested string argument is or the empty string. | |
| ArgumentIsNotNullOrEmptyT(IEnumerableT, String) | Throws an exception if the tested collection is or contains no elements. | |
| ArgumentIsNotNullOrEmptyT(IEnumerableT, String, String) | Throws an exception if the tested collection is or contains no elements. | |
| ArgumentIsNotOfTypeT(Object, String) | Throws an exception if argumentValue is of type T. | |
| ArgumentIsNotOfTypeT(Boolean, Object, String) | Throws an exception if argumentValue is of type T or a subtype of T. | |
| ArgumentIsNotOfTypeT(Object, String, String) | Throws an exception if argumentValue is of type T. | |
| ArgumentIsNotOfTypeT(Boolean, Object, String, String) | Throws an exception if argumentValue is of type T or a subtype of T. | |
| ArgumentIsOfTypeT(Object, String) | Throws an exception if argumentValue is not of type T. | |
| ArgumentIsOfTypeT(Boolean, Object, String) | Throws an exception if argumentValue is not of type T or a subtype of T. | |
| ArgumentIsOfTypeT(Object, String, String) | Throws an exception if argumentValue is not of type T. | |
| ArgumentIsOfTypeT(Boolean, Object, String, String) | Throws an exception if argumentValue is not of type T or a subtype of T. | |
| ArgumentIsValidEnum(Type, Object, String) | Throws an exception if argumentValue is not a member of enum type enumType. | |
| ArgumentIsValidEnum(Type, Object, String, String) | Throws an exception if argumentValue is not a member of enum type enumType. | |
| ArgumentIsValidPath(String, String) | Throws an exception if argumentValue does not denote a valid path. | |
| ArgumentIsValidPath(String, String, String) | Throws an exception if argumentValue does not denote a valid path. |