Add the ability to clear validation errors
This commit is contained in:
@@ -14,8 +14,10 @@ public interface IValidation :
|
||||
ValidationRule[] rules,
|
||||
ValidationTrigger trigger = ValidationTrigger.Deferred);
|
||||
|
||||
void Clear();
|
||||
|
||||
Task<bool> Validate<TProperty>(Expression<Func<TProperty>> property,
|
||||
ValidationRule[] rules);
|
||||
ValidationRule[] rules);
|
||||
|
||||
Task<bool> Validate();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user