Show / Hide Table of Contents

Class AxeOverallResult

Represents the overall result of the application. It contains the result of all tested pages.

Inheritance
object
BaseResult
AxeOverallResult
Inherited Members
BaseResult.Scorebase
BaseResult.Score
BaseResult.ScoreRotation
BaseResult.ScoreForegroundColor
BaseResult.ScoreBackgroundColor
Namespace: AxaFrance.AxeExtended.HtmlReport
Assembly: AxaFrance.AxeExtended.HtmlReport.dll
Syntax
public class AxeOverallResult : BaseResult

Properties

| Edit this page View Source

PageResults

List of all tested pages and their results

Declaration
public List<AxePageResult> PageResults { get; set; }
Property Value
Type Description
List<AxePageResult>
| Edit this page View Source

TimeStamp

The time when the report is generated

Declaration
public DateTime TimeStamp { get; }
Property Value
Type Description
DateTime
| Edit this page View Source

Title

Title of the application showing in the report

Declaration
public string Title { get; }
Property Value
Type Description
string

Methods

| Edit this page View Source

GetScore()

Calculate the overall score of the application based on all tested pages. If a rule is failed on one page, It will be marked as Failed in final result. A rule is marked Passed if the result is passed on every tested pages.

Declaration
protected override int GetScore()
Returns
Type Description
int
Overrides
BaseResult.GetScore()
  • Edit this page
  • View Source
In this article
Back to top Copyright ® 2016-2025 AXA France, All rights reserved.