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 | |
---|---|---|
![]() |
AffectedMetrics | The AffectedMetricCollection of the Issue. |
![]() |
AnalysisLinks | The analysis LinkCollection of the Issue. |
![]() |
AttributeID | The identifier of the attribute. |
![]() |
AttributeKnown | The value of attribute Known of the Issue. |
![]() |
AttributeParentID | Returns the parent ID of the Issue. |
![]() |
AttributeSummary | Returns the summary of the Issue. |
![]() |
AttributeTestCase | The test case of the Issue. |
![]() |
Categories | The CategoryCollection of the Issue. |
![]() |
ClassDisplayName | The display name of the class of the Issue. |
![]() |
ClassProgrammaticName | The programmatic name of the class of the Issue. |
![]() |
EqualityID | The equality ID of the Issue. |
![]() |
ImpactAttributeSeverity | The impact severity of the Issue. |
![]() |
ImpactRelatedActivities | The impact RelatedActivityCollection of the Issue. |
![]() |
IssueDescription | The description of the Issue. |
![]() |
IssueTitle | The title of the Issue. |
![]() |
IssueToolTip | The tool tip text of the issue. |
![]() |
MetricValues | The MetricValueCollection of the Issue. |
![]() |
SolutionDescription | The solution description of the Issue. |
![]() |
SolutionLinks | The solution LinkCollection of the Issue. |
![]() |
TypeID | The type ID of the Issue. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
![]() |
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 | Creates and adds a MetricValue to the Issue. |
![]() |
AddSolutionLink | Creates and adds a solution Link to the Issue. |
![]() |
Equals | (Inherited from Object) |
![]() |
GetHashCode | (Inherited from Object) |
![]() |
GetType | (Inherited from Object) |
![]() |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object) |
![]() |
MemberwiseClone | (Inherited from Object) |
Top