Class RuleValidationResult
Class RuleValidationResult
Namespace: Aspose.Html.Accessibility.Results
Assembly: Aspose.HTML.dll (25.1.0)
Sınıf - kural kontrolünün sonucu, başarı kriterlerini karşılamanın yolları olan bir Aspose.Html.Accessibility.ITechniqueResult listesi içerir.
[ComVisible(true)]
public class RuleValidationResult
Kalıtım
Kalıtılan Üyeler
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Özellikler
Hatalar
Hatalarla birlikte sonuçların koleksiyonu
public IList<itechniqueresult> Errors { get; }
Özellik Değeri
Sonuçlar
Kural doğrulama üzerinde Aspose.Html.Accessibility.ITechniqueResult koleksiyonu.
public IList<itechniqueresult> Results { get; }
Özellik Değeri
Kural
Test edilen kural.
public IRule Rule { get; }
Özellik Değeri
Başarı
Kural doğrulamanın sonucunu döndürür.
public bool Success { get; }
Özellik Değeri
Uyarılar
Uyarılarla birlikte sonuçların koleksiyonu
public IList<itechniqueresult> Warnings { get; }