Iteration class
This interface provides access to the Iterations element of an AssessmentResult.
When to implement
Never. This interface is implemented by Axe and provided to the assessment.
Iteration has these types of members:
Methods
The Iteration class has these methods.
Method | Description |
---|---|
~Iteration | Destructor method. |
AddActivity | Creates and adds an Activity to the Iteration. |
AddIssue | Creates and adds an Issue to the Iteration. |
AddMetricThreshold | Creates and adds a MetricThreshold to the Iteration. |
AddMetricValue | Overloaded. Creates and adds a MetricValue to the Iteration. |
AddTestCase | Creates and adds a TestCase to the Iteration. |
ClearTrace | Clear the trace for the Iteration. |
GetActivities | Returns the ActivityCollection for the Iteration. |
GetDescriptionDisplayName | Returns the description display name of the Iteration. |
GetDescriptionProgrammaticName | Returns the description programmatic name of the Iteration. |
GetIssues | Returns the IssueCollection for the Iteration. |
GetMetricThresholds | Returns the MetricThresholdCollection for the Iteration. |
GetMetricValues | Returns the MetricValueCollection for the Iteration. |
GetOrdinal | Returns the ordinal value of the Iteration. |
GetTestCases | Returns the TestCaseCollection for the Iteration. |
GetTrace | Returns the Trace object of the Iteration. |
GetTraceFile | Returns the trace file name for the Iteration. |
GetTraceLink | Returns the trace link for the Iteration. |
GetTraceName | Returns the trace name for the Iteration. |
GetTraceToolTip | Returns the trace tooltip for the Iteration. |
SetDescriptionDisplayName | Sets the description display name of the Iteration. |
SetDescriptionProgrammaticName | Sets the description programmatic name of the Iteration. |
SetOrdinal | Sets the ordinal value of the Iteration. |
SetTrace | Overloaded. Sets values for the Trace object of the Iteration. |
SetTraceFile | Sets the trace file name for the Iteration. |
SetTraceLink | Sets the trace link for the Iteration. |
SetTraceName | Sets the trace name for the Iteration. |
SetTraceToolTip | Sets the trace tooltip for the Iteration. |
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
|
DLL |
|