RuleValidationResult class
RuleValidationResult class
Class - result of rule check, contains a list of ITechniqueResult
, which are ways to satisfy the success criteria.
The RuleValidationResult type exposes the following members:
Properties
Property | Description |
---|---|
success | Returns the result of rule validation. |
rule | Rule that has been tested. |
results | Collection of ITechniqueResult on rule validation. |
errors | Collection of results with Errors |
warnings | Collection of results with Warnings |
See Also
- module
aspose.html.accessibility.results
- class
ITechniqueResult