コード例 #1
0
 public IEnumerable GetErrors(string propertyName)
 {
     return(validationTemplate.GetErrors(propertyName));
 }
コード例 #2
0
ファイル: PersonTemplate.cs プロジェクト: dcollis/Validar
 IEnumerable INotifyDataErrorInfo.GetErrors(string propertyName)
 {
     return(validationTemplate.GetErrors(propertyName));
 }