NDepend.API Documentation
IQualityGate Interface Members
Properties 

NDepend.Issue Namespace : IQualityGate Interface

The following tables list the members exposed by IQualityGate.

Public Properties
 NameDescription
 PropertyReturns true if the quality gate is satisfying its fail conditions.  
 Property Gets the quality gate fail threshold.  
 Property Return the quality gate fail threshold string formatted (without unit).  
 PropertyReturns true if when the value of the quality gate is increasing, th quality is considered worst.  
 Property The quality gate name.  
 PropertyReturns true if the quality gate is not satisfying its warn nor fail conditions.  
 Property The quality gate code query string.  
 PropertyThe quality gate status QualityGateStatus.Pass, QualityGateStatus.Warn or QualityGateStatus.Fail.  
 Property The quality gate unit string.  
 Property Return the quality gate value.  
 Property Return the quality gate value string formatted with unit.  
 PropertyReturns true if the quality gate is satisfying its warn conditions.  
 PropertyGets the quality gate warn threshold or null if the warn threshold is not defined.  
Top
Extension Methods
 NameDescription
Public Extension MethodOverloaded. Gets a value that indicates if qualityGate is in NewerIssuesSet.
Public Extension MethodOverloaded. Gets a value that indicates if qualityGate is in OlderIssuesSet.
Public Extension MethodOverloaded. Gets a value that indicates if qualityGate is in NewerIssuesSet or OlderIssuesSet and has an equivalent in the other issues-set.
Public Extension MethodOverloaded. Gets the qualityGate in NewerIssuesSet, or null if qualityGate has no equivalent in NewerIssuesSet.
Public Extension MethodOverloaded. Gets the qualityGate in OlderIssuesSet, or null if qualityGate has no equivalent in OlderIssuesSet.
Public Extension MethodGets the NDepend.Issue.IQualityGate.Value of NewerVersion(IQualityGate) of qualityGate, minus the NDepend.Issue.IQualityGate.Value of OlderVersion(IQualityGate) of qualityGate.
Top
See Also

Reference

IQualityGate Interface
NDepend.Issue Namespace