Class RuleValidationResult
Class RuleValidationResult
Namespace: Aspose.Html.Accessibility.Results
Assembly: Aspose.HTML.dll (25.4.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 RuleValidationResult
Inheritance
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
IList < ITechniqueResult >
Results
Collection of Aspose.Html.Accessibility.ITechniqueResult on rule validation.
public IList<itechniqueresult> Results { get; }
Property Value
IList < ITechniqueResult >
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; }
Property Value
IList < ITechniqueResult >