Iteration Members

Applies To: Windows 8.1

This interface provides access to the Iteration aspect of an AssessmentResults.

The following tables list the members exposed by the Iteration type.

Public Properties

  Name Description
public property Activities The ActivityCollection for the Iteration.
public property DescriptionDisplayName The description display name of the Iteration.
public property DescriptionProgrammaticName The description programmatic name of the Iteration.
public property Issues The IssueCollection for the Iteration.
public property MetricThresholds The MetricThresholdCollection for the Iteration.
public property MetricValues The MetricValueCollection for the Iteration.
public property Ordinal The ordinal value of the Iteration.
public property TestCases The TestCaseCollection for the Iteration.
public property TraceFile The trace file name for the Iteration.
public property TraceLink The trace link for the Iteration.
public property TraceName The trace name for the Iteration.
public property TraceToolTip The trace tool tip for the Iteration.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method AddActivity Creates and adds an Activity to the Iteration.
public method AddIssue Creates and adds an Issue to the Iteration.
public method AddMetricThreshold Creates and adds a MetricThreshold to the Iteration.
public method AddMetricValue Creates and adds a MetricValue whose value to the Iteration.
public method AddTestCase Creates and adds a TestCase to the Iteration.
public method ClearTrace Clear the Trace for the Iteration.
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetTrace Returns the Trace object of the Iteration.
public method GetType  (Inherited from Object)
public method SetTrace Overloaded. Sets values for the Trace object of the Iteration.
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

Iteration Class
Microsoft.Assessments.Runtime Namespace