Class RuleValidationResult
Class RuleValidationResult
İsim alanı : Aspose.Html.Accessibility.Results Görüntüleme: Aspose.HTML.dll (25.4.0)
Sınıf - kural kontrolünün sonucu, başarı kriterlerini karşılamak için yollar olan Aspose.Html.Accessibility.ITechniqueResult bir liste içerir.
[ComVisible(true)]
public class RuleValidationResult
Inheritance
mirasçı üyeleri
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Errors
Hatalarla sonuçların toplanması
public IList<itechniqueresult> Errors { get; }
Mülkiyet Değer
IList < için; ITechniqueResult >
Results
Koleksiyonu Aspose.Html.Accessibility.ITechniqueResult kural doğrulama.
public IList<itechniqueresult> Results { get; }
Mülkiyet Değer
IList < için; ITechniqueResult >
Rule
test edilmiş bir kural.
public IRule Rule { get; }
Mülkiyet Değer
Success
Kural doğrulama sonuçlarını iade eder.
public bool Success { get; }
Mülkiyet Değer
Warnings
Uyarılar ile sonuçların toplanması
public IList<itechniqueresult> Warnings { get; }
Mülkiyet Değer
IList < için; ITechniqueResult >