Class RuleValidationResult

Class RuleValidationResult

Tên không gian: Aspose.Html.Accessibility.Results Tổng hợp: Aspose.HTML.dll (25.4.0)

Class - kết quả của kiểm tra quy tắc, chứa một danh sách của Aspose.Html.Accessibility.ITechniqueResult, đó là những cách để đáp ứng các tiêu chí thành công.

[ComVisible(true)]
public class RuleValidationResult

Inheritance

object RuleValidationResult

Thành viên thừa kế

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Errors

Thu thập kết quả với lỗi

public IList<itechniqueresult> Errors { get; }

Giá trị bất động sản

IList < ITechniqueResult >

Results

Bộ sưu tập Aspose.Html.Accessibility.ITechniqueResult on rule validation.

public IList<itechniqueresult> Results { get; }

Giá trị bất động sản

IList < ITechniqueResult >

Rule

Quy tắc đã được thử nghiệm.

public IRule Rule { get; }

Giá trị bất động sản

IRule

Success

Trả lại kết quả xác thực quy tắc.

public bool Success { get; }

Giá trị bất động sản

bool

Warnings

Thu thập kết quả với cảnh báo

public IList<itechniqueresult> Warnings { get; }

Giá trị bất động sản

IList < ITechniqueResult >

 Tiếng Việt