ValidationProviderExtensions Class

Provides extension methods for the ValidationProvider class.

Definition

Namespace: Aliquo.Windows.Base
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static class ValidationProviderExtensions
Inheritance
Object    ValidationProviderExtensions

Methods

HasPropertyErrors Indicates whether the given property has data validation errors.
HasPropertyErrorsInRules Indicates if the given property has errors in the validation rules.
HasPropertyErrorsInView Indicates whether the given property has errors in the view.
SetError Sets a validation error message for the indicated property.

See Also