NDepend.API Documentation
ExtensionMethodsIssue Class Members
Methods 


NDepend.Issue Namespace : ExtensionMethodsIssue Class

The following tables list the members exposed by ExtensionMethodsIssue.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Create a dictionary of suppressed messages indexed by RuleIdOrCategory objects defined on compareContext.OlderCodeBase, from a similar dictionary defined on compareContext.NewerCodeBase.  
Public Methodstatic (Shared in Visual Basic)Create an issues-set object dedicated to hold issues on codeBase.  
Public Methodstatic (Shared in Visual Basic)Create an issues-set-diff object dedicated compare newerIssuesSet and olderIssuesSet and makes convenient to browse diff information about issues, rule and code elements of these two issues sets.  
Public Methodstatic (Shared in Visual Basic)Get the image that represents the qualityGateStatus.  
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

ExtensionMethodsIssue Class
NDepend.Issue Namespace