Continuum for C#
Loading...
Searching...
No Matches
LevelAccess.Continuum.Standard Class Reference

A class that encapsulates accessibility standards associated with best practices returned by AMP. More...

Inheritance diagram for LevelAccess.Continuum.Standard:

Public Member Functions

 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.
 

Properties

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.
 

Detailed Description

A class that encapsulates accessibility standards associated with best practices returned by AMP.

Constructor & Destructor Documentation

◆ Standard()

LevelAccess.Continuum.Standard.Standard ( int id,
string name )
inline

Encapsulates accessibility standards associated with best practices returned by AMP.

Parameters
idID of the best practice from AMP
nameName of the best practice from AMP

Member Function Documentation

◆ CompareTo()

int LevelAccess.Continuum.Standard.CompareTo ( object obj)
inline

Compares standards by name.

Parameters
objOther 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
objStandard to compare with.
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: