Exemple #1
0
 string IDataErrorInfo.this[string columnName]
 {
     get
     {
         return(CEF.CurrentValidationService(this).GetPropertyMessages(this, columnName).AsString().message);
     }
 }