IAsyncValidationResult interface
Namespace: NextDesign.Core
Description
Manages validation results for asynchronous validation.
Affiliation area
Name | Description |
---|---|
Model | APIs to access the model. |
Property
Name | Description |
---|---|
Errors | Gets a list of errors detected during validation. |
Failed | Checks if validation failed. |
HasErrors | Checks if validation detected errors in the model. |
IsCanceled | Checks if validation was canceled. |