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 RuleValidationResult

Inheritance

object RuleValidationResult

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

IRule

Success

Returns the result of rule validation.

public bool Success { get; }

Property Value

bool

Warnings

Collection of results with Warnings

public IList<ITechniqueResult> Warnings { get; }

Property Value

IList < ITechniqueResult >

 English