NDepend.API Documentation
DebtSettings Class Properties


NDepend.TechnicalDebt Namespace : DebtSettings Class

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

Public Properties
 NameDescription
Public Property Returns the percentage of technical debt under which, a code element gets the A rating.  
Public PropertyThe default AnnualInterest.AnnualInterest.Value for issues for which AnnualInterest is not defined.  
Public PropertyA factor that multiplies AnnualInterest.AnnualInterest.Value of all issues.  
Public Property Returns the percentage of technical debt under which, a code element gets the B rating.  
Public Property Returns the percentage of technical debt under which, a code element gets the C rating.  
Public PropertyA AnnualInterest value below (or equals) the returned threshold has a Severity.Critical severity, and above the returned threshold, a Severity.Blocker severity.  
Public PropertyGets or sets the currency in which, MoneyPerManHour is expressed.  
Public Property Gets or sets the currency location, before or after, the figure.  
Public Property Returns the percentage of technical debt under which, a code element gets the D rating. Any percentage of technical debt value higher than this value will get the E rating.  
Public PropertyThe default Debt.Debt.Value for issues for which Debt is not defined.  
Public PropertyA factor that multiplies Debt.Debt.Value of all issues.  
Public PropertyThe debt string format used by IDebtFormatter.IDebtFormatter.ToString method.  
Public Property Gets the estimated time to develop one logical line of code.  
Public PropertyGets or sets the estimated number of man-days to develop 1.000 logical lines of code, as defined by NbLinesOfCode.  
Public PropertyA AnnualInterest value below (or equals) the returned threshold has a Severity.High severity, and above the returned threshold, a Severity.Critical severity.  
Public Property Use Low2MediumSeverityThreshold instead  
Public PropertyA AnnualInterest value below (or equals) the returned threshold has a Severity.Low severity, and above the returned threshold, a Severity.Medium severity.  
Public Property Use High2CriticalSeverityThreshold instead  
Public PropertyA AnnualInterest value below (or equals) the returned threshold has a Severity.Medium severity, and above the returned threshold, a Severity.High severity.  
Public Property Use Medium2HighSeverityThreshold instead  
Public PropertyGets or sets the average cost of a man-hour of developement, expressed in Currency.  
Public PropertyGets or sets the number of worked day per developer per year. This value is used to format Debt and AnnualInterest values in terms of man-years and man-months.  
Public PropertyGets or sets the number of worked hour per developer work day. This value is used to format Debt and AnnualInterest values in terms of man-days.  
Top
See Also

Reference

DebtSettings Class
NDepend.TechnicalDebt Namespace