コード例 #1
0
 public static void Init()
 {
     SanityChecker.RegisterCheck <GreaterThanAttribute>(new GreaterThanCheck());
 }
コード例 #2
0
 public static void Init()
 {
     SanityChecker.RegisterCheck <LessThanOrEqualsAttribute>(new LessThanOrEqualsCheck());
 }
コード例 #3
0
 public static void Init()
 {
     SanityChecker.RegisterCheck <NotNullOrEmptyAttribute>(new NotNullOrEmptyCheck());
 }
コード例 #4
0
 public static void Init()
 {
     SanityChecker.RegisterCheck <NotNegativeAttribute>(new NotNegativeCheck());
 }