GetErrors() public method

public GetErrors ( string propertyName ) : IEnumerable
propertyName string
return IEnumerable
コード例 #1
0
 public IEnumerable GetErrors(string propertyName)
 {
     return(validationTemplate.GetErrors(propertyName));
 }