Class Requires
Assembly: DotNetNuke.dll
Syntax
public static class Requires
Methods
IsTypeOf<T>(string, object)
Declaration
public static void IsTypeOf<T>(string argName, object argValue)
Parameters
Type Parameters
NotNegative(string, int)
Declaration
public static void NotNegative(string argName, int argValue)
Parameters
Type |
Name |
Description |
string |
argName |
|
int |
argValue |
|
NotNull(string, object)
Declaration
public static void NotNull(string argName, object argValue)
Parameters
NotNullOrEmpty(string, string)
Declaration
public static void NotNullOrEmpty(string argName, string argValue)
Parameters
NotNullOrHasNoWhiteSpace(string, string)
Declaration
public static void NotNullOrHasNoWhiteSpace(string argName, string argValue)
Parameters
NotNull<T>(T)
Declaration
public static void NotNull<T>(T item)
Parameters
Type |
Name |
Description |
T |
item |
|
Type Parameters
PropertyNotEqualTo<TValue>(string, string, TValue, TValue)
Declaration
public static void PropertyNotEqualTo<TValue>(string argName, string argProperty, TValue propertyValue, TValue testValue) where TValue : IEquatable<TValue>
Parameters
Type |
Name |
Description |
string |
argName |
|
string |
argProperty |
|
TValue |
propertyValue |
|
TValue |
testValue |
|
Type Parameters
PropertyNotNegative(string, string, int)
Declaration
public static void PropertyNotNegative(string argName, string argProperty, int propertyValue)
Parameters
PropertyNotNegative<T>(T, string)
Declaration
public static void PropertyNotNegative<T>(T item, string propertyName)
Parameters
Type |
Name |
Description |
T |
item |
|
string |
propertyName |
|
Type Parameters
PropertyNotNull(string, string)
Declaration
public static void PropertyNotNull(string argName, string argValue)
Parameters
PropertyNotNullOrEmpty(string, string, string)
Declaration
public static void PropertyNotNullOrEmpty(string argName, string argProperty, string propertyValue)
Parameters
PropertyNotNullOrEmpty<T>(T, string)
Declaration
public static void PropertyNotNullOrEmpty<T>(T item, string propertyName)
Parameters
Type |
Name |
Description |
T |
item |
|
string |
propertyName |
|
Type Parameters
PropertyNotNull<T>(T, string)
Declaration
public static void PropertyNotNull<T>(T item, string propertyName) where T : class
Parameters
Type |
Name |
Description |
T |
item |
|
string |
propertyName |
|
Type Parameters