Exemplo n.º 1
0
 public static void Init()
 {
     SanityChecker.RegisterCheck <GreaterThanAttribute>(new GreaterThanCheck());
 }
 public static void Init()
 {
     SanityChecker.RegisterCheck <LessThanOrEqualsAttribute>(new LessThanOrEqualsCheck());
 }
Exemplo n.º 3
0
 public static void Init()
 {
     SanityChecker.RegisterCheck <NotNullOrEmptyAttribute>(new NotNullOrEmptyCheck());
 }
Exemplo n.º 4
0
 public static void Init()
 {
     SanityChecker.RegisterCheck <NotNegativeAttribute>(new NotNegativeCheck());
 }