public void SetErrors <TProperty>(Expression <Func <TProperty> > propertyExpression, IList <string> errors) { ErrorsContainer.SetErrors(propertyExpression, errors); }
public Dictionary <string, List <string> > GetAllErrors() { return(ErrorsContainer.GetAllErrors()); }
public IEnumerable GetErrors(string propertyName) { return(ErrorsContainer.GetErrors(propertyName)); }