Exemplo n.º 1
0
 public int WarningCount()
 {
     return(ValidatorResults.Where(x => x.Level == ValidatorResultLevel.Warning).Count());
 }
Exemplo n.º 2
0
 public int ErrorCount()
 {
     return(ValidatorResults.Where(x => x.Level == ValidatorResultLevel.Error).Count());
 }