Beispiel #1
0
 public ValidationBase(ValidatorsType type, bool doValidate, string message)
 {
     this.Type = type;
     this.DoValidate = doValidate;
     this.MessageKey = message;
 }
Beispiel #2
0
 public ValidationBase(ValidatorsType type, bool doValidate, string message)
 {
     this.Type       = type;
     this.DoValidate = doValidate;
     this.MessageKey = message;
 }