public bool UseMe(Utils.Validators validatorName)
 {
     return(Utils.Validators.Number == validatorName);
 }
Exemple #2
0
 public bool UseMe(Utils.Validators validatorName)
 {
     return(Utils.Validators.IsDate == validatorName);
 }
 public bool UseMe(Utils.Validators validatorName)
 {
     return(false);
 }
Exemple #4
0
 public bool UseMe(Utils.Validators validatorName)
 {
     return(Utils.Validators.IsRequired == validatorName);
 }