Class RuleValidationResult

Class RuleValidationResult

Pôvodný názov: Aspose.Html.Accessibility.Results Zhromaždenie: Aspose.HTML.dll (25.4.0)

Trieda - výsledok kontroly pravidiel, obsahuje zoznam Aspose.Html.Accessibility.ITechniqueResult, ktoré sú spôsoby, ako uspokojiť kritériá úspechu.

[ComVisible(true)]
public class RuleValidationResult

Inheritance

object RuleValidationResult

Z dedičných členov

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

Properties

Errors

Zoznam výsledkov s chybami

public IList<itechniqueresult> Errors { get; }

Hodnota nehnuteľnosti

IList < ITechniqueResult >

Results

Zbierka Aspose.Html.Accessibility.ITechniqueRozhodnutie o validácii pravidiel.

public IList<itechniqueresult> Results { get; }

Hodnota nehnuteľnosti

IList < ITechniqueResult >

Rule

Pravidlá, ktoré boli testované.

public IRule Rule { get; }

Hodnota nehnuteľnosti

IRule

Success

Vráti výsledok validácie pravidiel.

public bool Success { get; }

Hodnota nehnuteľnosti

bool

Warnings

Zbierka výsledkov s upozornením

public IList<itechniqueresult> Warnings { get; }

Hodnota nehnuteľnosti

IList < ITechniqueResult >

 Slovenčina