IValidation Interface |
Namespace: Xcalibur.Extensions.MVVM.Interfaces
The IValidation type exposes the following members.
Name | Description | |
---|---|---|
HasValidationErrors |
Gets or sets a value indicating whether this instance has validation errors.
| |
ValidationExceptionItems |
Gets or sets the validation exception items.
|
Name | Description | |
---|---|---|
AddValidation |
Adds the validation.
| |
ClearValidation |
Clears the validation.
| |
RemoveValidation |
Removes the validation.
| |
ValidateAll |
Validates all.
|