Issue class

This interface provides access to Issue objects.

When to implement

Never. This interface is implemented by Axe and provided to the assessment.

Issue has these types of members:

Methods

The Issue class has these methods.

Method Description
~Issue Destructor method.
AddAnalysisLink Creates and adds an analysis Link to the Issue.
AddCategory Creates and adds a category to the Issue.
AddImpactRelatedActivityReference Creates and adds an impact-related ActivityReference to the Issue.
AddMetricReference Creates and adds a metric reference to the Issue.
AddMetricValue Overloaded. Creates and adds a MetricValue to the Issue.
AddSolutionLink Creates and adds a solution Link to the Issue.
GetAffectedMetrics Returns the AffectedMetricCollection of the Issue.
GetAnalysisLinks Returns the analysis LinkCollection of the Issue.
GetAttributeID Returns the ID of the Issue.
GetAttributeKnown Returns the value of attribute Known of the Issue.
GetAttributeParentID Returns the parent ID of the Issue.
GetAttributeSummary Returns the summary of the Issue.
GetAttributeTestCase Returns the test case of the Issue.
GetCategories Returns the CategoryCollection of the Issue.
GetClassDisplayName Returns the display name of the class of the Issue.
GetClassProgrammaticName Returns the programmatic name of the class of the Issue.
GetEqualityID Returns the equality ID of the Issue.
GetImpactAttributeSeverity Returns the impact severity of the Issue.
GetImpactRelatedActivities Returns the impact RelatedActivityCollection of the Issue.
GetIssueDescription Returns the description of the Issue.
GetIssueTitle Returns the title of the Issue.
GetIssueToolTip Returns the tooltip of the Issue.
GetMetricValues Returns the MetricValueCollection of the Issue.
GetSolutionDescription Returns the solution description of the Issue.
GetsolutionLinks Returns the solution LinkCollection of the Issue.
GetTypeID Returns the type ID of the Issue.
SetAttributeID Sets the ID of the Issue.
SetAttributeKnown Sets the value of attribute Known of the Issue.
SetAttributeParentID Sets the parent ID of the Issue.
SetAttributeSummary Sets the summary of the Issue.
SetAttributeTestCase Sets the test case of the Issue.
SetClassDisplayName Sets the display name of the class of the Issue.
SetClassProgrammaticName Sets the programmatic name of the class of the Issue.
SetEqualityID Sets the equality ID of the Issue.
SetImpactAttributeSeverity Sets the impact severity of the Issue.
SetIssueDescription Sets the description of the Issue.
SetIssueTitle Sets the title of the Issue.
SetIssueToolTip Sets the tooltip of the Issue.
SetSolutionDescription Sets the solution description of the Issue.
SetTypeID Sets the type ID of the Issue.

Remarks

The Issue objects hold data from Iteration/Issues/Issue elements.

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
AxeRuntime.h
DLL
AxeCore.dll