A class that encapsulates accessibility standards associated with best practices returned by AMP.
More...
|
| | Standard (int id, string name) |
| | Encapsulates accessibility standards associated with best practices returned by AMP.
|
| |
| override bool | Equals (object obj) |
| | Determines whether two standards match.
|
| |
| override int | GetHashCode () |
| | Gets a hash code for this standard. If standards A and B are such that A.Equals(B), then they will return the same hash code.
|
| |
| int | CompareTo (object obj) |
| | Compares standards by name.
|
| |
|
|
int | Id [get] |
| | Gets the ID of the accessibility standard as defined in AMP.
|
| |
|
string | Name [get] |
| | Gets the name of the accessibility standard as defined in AMP.
|
| |
A class that encapsulates accessibility standards associated with best practices returned by AMP.
◆ Standard()
| LevelAccess.Continuum.Standard.Standard |
( |
int | id, |
|
|
string | name ) |
|
inline |
Encapsulates accessibility standards associated with best practices returned by AMP.
- Parameters
-
| id | ID of the best practice from AMP |
| name | Name of the best practice from AMP |
◆ CompareTo()
| int LevelAccess.Continuum.Standard.CompareTo |
( |
object | obj | ) |
|
|
inline |
Compares standards by name.
- Parameters
-
| obj | Other standard to compare to |
- Returns
- An integer that represents the difference between the two standards
◆ Equals()
| override bool LevelAccess.Continuum.Standard.Equals |
( |
object | obj | ) |
|
|
inline |
Determines whether two standards match.
- Parameters
-
- Returns
- Whether the two standards match.
◆ GetHashCode()
| override int LevelAccess.Continuum.Standard.GetHashCode |
( |
| ) |
|
|
inline |
Gets a hash code for this standard. If standards A and B are such that A.Equals(B), then they will return the same hash code.
- Returns
- Hash code generated from standard Id and Name fields.
The documentation for this class was generated from the following file: