Class Criterion

Class Criterion

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

Pre každú odporúčanie sú stanovené overiteľné kritériá úspechu, takže WCAG 2.0 sa môže použiť v oblastiach, kde je potrebné testovanie zhody.

HTTPS://www.w3.org/WAI/WCAG21/Zrozumieť/rozumieť-technika

[ComVisible(true)]
public class Criterion : Rule, IRule

Inheritance

object Rule Criterion

Implements

IRule

Z dedičných členov

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

Properties

AdvisoryTechniques

Metódy majú odporúčanú povahu.

public IList<irule> AdvisoryTechniques { get; }

Hodnota nehnuteľnosti

IList < IRule >

Failures

Neúspechy sú veci, ktoré spôsobujú prekážky prístupnosti a neúspešné konkrétne kritériá úspechu.

public IList<irule> Failures { get; }

Hodnota nehnuteľnosti

IList < IRule >

Level

Úroveň dodržiavania: A (najnižšie), AA a AAA (najvyššie).

public string Level { get; }

Hodnota nehnuteľnosti

string

SufficientTechniques

Metódy sú dostatočné na splnenie kritérií úspechu.

public IList<irule> SufficientTechniques { get; }

Hodnota nehnuteľnosti

IList < IRule >

 Slovenčina