NDepend.API Documentation
ExtensionMethodsCQLinqDebtFormatter Class Members
Methods 


NDepend.Reserved.CQLinq Namespace : ExtensionMethodsCQLinqDebtFormatter Class

The following tables list the members exposed by ExtensionMethodsCQLinqDebtFormatter.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Get the NDepend.TechnicalDebt.AnnualInterest threshold corresponding to the severity  
Public Methodstatic (Shared in Visual Basic)Evaluate the total time to develop codeElement based on codeElement.NDepend.CodeModel.ExtensionMethodsHelpers.GetNbLinesOfCode_GuaranteedIfPDBFound, by applying a linear coefficent inferred from the project NDepend.TechnicalDebt.DebtSettings settings: NDepend.TechnicalDebt.DebtSettings.EstimatedNumberOfManDayToDevelop1000LogicalLinesOfCode and NDepend.TechnicalDebt.DebtSettings.NumberOfWorkHourPerDay.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Gets a double number of man-days that represents duration. The number of man-days is computed from the project NDepend.TechnicalDebt.DebtSettings.NDepend.TechnicalDebt.DebtSettings.NumberOfWorkHourPerDay.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Gets a double number of man-months that represents duration. The number of man-months is computed from this.NDepend.TechnicalDebt.DebtSettings.NDepend.TechnicalDebt.DebtSettings.NumberOfWorkHourPerDay and this.NDepend.TechnicalDebt.DebtSettings.NDepend.TechnicalDebt.DebtSettings.NumberOfWorkDayPerYear.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Gets a double number of man-years that represents duration. The number of man-years is computed from this.NDepend.TechnicalDebt.DebtSettings.NDepend.TechnicalDebt.DebtSettings.NumberOfWorkHourPerDay and this.NDepend.TechnicalDebt.DebtSettings.NDepend.TechnicalDebt.DebtSettings.NumberOfWorkDayPerYear.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Estimate an amount of money from a duration.  
Top
Extension Methods
 NameDescription
Public Extension MethodOverloaded. Gets an enumerable object that contains first element and then elements of elements, in this order.
Public Extension MethodOverloaded. Returns true if this item equals item1 or item2.
Public Extension MethodReturns the newer version of this codeElement object. This method can only be called in a ICQLinqExecutionContext, otherwise the method NDepend.CodeModel.ICompareContext.NDepend.CodeModel.ICompareContext.NewerVersion<T> must be called instead.
Public Extension MethodReturns the older version of this codeElement object. This method can only be called in a ICQLinqExecutionContext, otherwise the method NDepend.CodeModel.ICompareContext.NDepend.CodeModel.ICompareContext.OlderVersion<T> must be called instead.
Public Extension MethodGets an enumerable object that contains only the single element element.
Public Extension MethodIf obj is a numeric primitive type, returns its value converted as double. else returns null.
Top
See Also

Reference

ExtensionMethodsCQLinqDebtFormatter Class
NDepend.Reserved.CQLinq Namespace