Issue Members

Applies To: Windows 8.1

This class provides access to Issue objects. The Issue objects hold data from Iteration/Issues/Issue elements.

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

Public Properties

  Name Description
public property AffectedMetrics The AffectedMetricCollection of the Issue.
public property AnalysisLinks The analysis LinkCollection of the Issue.
public property AttributeID The identifier of the attribute.
public property AttributeKnown The value of attribute Known of the Issue.
public property AttributeParentID Returns the parent ID of the Issue.
public property AttributeSummary Returns the summary of the Issue.
public property AttributeTestCase The test case of the Issue.
public property Categories The CategoryCollection of the Issue.
public property ClassDisplayName The display name of the class of the Issue.
public property ClassProgrammaticName The programmatic name of the class of the Issue.
public property EqualityID The equality ID of the Issue.
public property ImpactAttributeSeverity The impact severity of the Issue.
public property ImpactRelatedActivities The impact RelatedActivityCollection of the Issue.
public property IssueDescription The description of the Issue.
public property IssueTitle The title of the Issue.
public property IssueToolTip The tool tip text of the issue.
public property MetricValues The MetricValueCollection of the Issue.
public property SolutionDescription The solution description of the Issue.
public property SolutionLinks The solution LinkCollection of the Issue.
public property TypeID The type ID of the Issue.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method AddAnalysisLink Creates and adds an analysis Link to the Issue.
public method AddCategory Creates and adds a category to the Issue.
public method AddImpactRelatedActivityReference Creates and adds an impact-related ActivityReference to the Issue.
public method AddMetricReference Creates and adds a metric reference to the Issue.
public method AddMetricValue Creates and adds a MetricValue to the Issue.
public method AddSolutionLink Creates and adds a solution Link to the Issue.
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
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

Issue Class
Microsoft.Assessments.Runtime Namespace