NDepend.API Documentation
IIssue Interface Properties

NDepend.Issue Namespace : IIssue Interface

For a list of all members of this type, see IIssue members.

Public Properties
 NameDescription
 Property The estimated annual-interest generated by this issue, or in others words, the cost per year, to leave the issue unfixed.  
 Property Gets this issue estimated annual interest percent, expressed in percent per year.  
 PropertyGets the time point from now when the estimated cost-to-not-fix this issue will reach the estimated cost-to-fix this issue. This time point is named the breaking point.  
 Property Gets the code element that has the issue.  
 PropertyGets the code element declared in the baseline code base snapshot, that has the issue, or null.  
 Property Gets a value indicating whether the code element declared in the baseline code base snapshot has no equivalent in the newer code base snapshot and thus, can be considered as removed..  
 PropertyGets the columns names corresponding to this issue Record.  
 Property The estimated technical-debt generated by this issue, or in others words, the estimated effort to fix the issue.  
 PropertyReturns true is this issue has been suppresses by the usage of a System.Diagnostics.CodeAnalysis.SuppressMessageAttribute.  
 PropertyGets the record of the NDepend.CodeQuery.IQueryExecutionSuccessResult.Records corresponding to this issue.  
 Property Gets a value indicating if the issues is referencing the record.  
 Property The rule from which the issue is inferred.  
 Property The estimated severity of the issue.  
 PropertyReturns the source file declaration of this issue, or null if not SourceFileDeclAvailable.  
 PropertyGets a value indicating whether source file declaration of this issue is available.  
Top
See Also

Reference

IIssue Interface
NDepend.Issue Namespace