Class RuleValidationResult
Class RuleValidationResult
Namespace: Aspose.Html.Accessibility.Results
Assembly: Aspose.HTML.dll (25.12.0)
Class - result of rule check, contains a list of Aspose.Html.Accessibility.ITechniqueResult, which are ways to satisfy the success criteria.
[ComVisible(true)]
public class RuleValidationResultInheritance
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Errors
Collection of results with Errors
public IList<ITechniqueResult> Errors { get; }Property Value
Results
Collection of Aspose.Html.Accessibility.ITechniqueResult on rule validation.
public IList<ITechniqueResult> Results { get; }Property Value
Rule
Rule that has been tested.
public IRule Rule { get; }Property Value
Success
Returns the result of rule validation.
public bool Success { get; }Property Value
Warnings
Collection of results with Warnings
public IList<ITechniqueResult> Warnings { get; }