Class RuleValidationResult
Class RuleValidationResult
Namespace: Aspose.Html.Accessibility.Results
Assembly: Aspose.HTML.dll (25.1.0)
Class - 规则检查的结果,包含一个 Aspose.Html.Accessibility.ITechniqueResult 的列表,这些是满足成功标准的方式。
[ComVisible(true)]
public class RuleValidationResult
继承
继承成员
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
属性
错误
包含错误的结果集合
public IList<itechniqueresult> Errors { get; }
属性值
结果
规则验证的 Aspose.Html.Accessibility.ITechniqueResult 集合。
public IList<itechniqueresult> Results { get; }
属性值
规则
已测试的规则。
public IRule Rule { get; }
属性值
成功
返回规则验证的结果。
public bool Success { get; }
属性值
警告
包含警告的结果集合
public IList<itechniqueresult> Warnings { get; }