ValidationBindableBase Class
Base class for a Bindable class that implements data validations.
HasErrors |
Gets a value that indicates whether the entity has validation errors.
|
ValidationProvider |
Gets or sets the data validations provider.
|
ApplyRules |
Applies validation rules for the specified property.
|
GetErrors |
Gets validation errors for a specific property or for the entire entity.
|
NotifyErrorInView |
Allows validation errors that occur in the view to be transferred to this entity.
|
Validate |
Applies validation rules to the entity and returns a value indicating whether all rules are valid
and does not contain error notifications from the view.
|
Validate(String) |
Applies validation rules to the entity and returns a value indicating whether all rules are valid
and does not contain error notifications from the view.
|
ErrorsChanged |
Occurs when validation errors have changed for a property or for the entire entity.
|