For a list of all members of this type, see IIssuesSetDiff members.
Public Methods
| Name | Description |
 | AllAnnualInterestDiffIn | Gets NewerIssuesSet.AllAnnualInterestIn(ICodeElement) of NDepend.CodeModel.ICompareContext.NewerVersion<T> of , minus OlderIssuesSet.AllAnnualInterestIn(ICodeElement) of NDepend.CodeModel.ICompareContext.OlderVersion<T> of . |
 | AllAnnualInterestPercentDiffIn | Gets NDepend.TechnicalDebt.ExtensionMethodsDebtUsableInCQLinq.NDepend.TechnicalDebt.ExtensionMethodsDebtUsableInCQLinq.AnnualInterestPercent(AllDebtDiffIn,AllAnnualInterestDiffIn). |
 | AllBreakingPointDiffIn | Gets NDepend.TechnicalDebt.ExtensionMethodsDebtUsableInCQLinq.NDepend.TechnicalDebt.ExtensionMethodsDebtUsableInCQLinq.BreakingPoint(AllDebtDiffIn,AllAnnualInterestDiffIn). |
 | AllDebtDiffIn | Gets NewerIssuesSet.AllDebtIn(ICodeElement) of NDepend.CodeModel.ICompareContext.NewerVersion<T> of , minus OlderIssuesSet.AllDebtIn(ICodeElement) of NDepend.CodeModel.ICompareContext.OlderVersion<T> of . |
 | AnnualInterestDiff | Overloaded. Gets NewerIssuesSet.AnnualInterest(IRule) of NewerVersion(IRule) of rule, minus OlderIssuesSet.AnnualInterest(IRule) of OlderVersion(IRule) of rule. |
 | AnnualInterestPercentDiff | Overloaded. Gets NDepend.TechnicalDebt.ExtensionMethodsDebtUsableInCQLinq.NDepend.TechnicalDebt.ExtensionMethodsDebtUsableInCQLinq.AnnualInterestPercent(DebtDiff(IRule),AnnualInterestDiff(IRule)). |
 | BreakingPointDiff | Overloaded. Gets NDepend.TechnicalDebt.ExtensionMethodsDebtUsableInCQLinq.NDepend.TechnicalDebt.ExtensionMethodsDebtUsableInCQLinq.BreakingPoint(DebtDiff(IRule),AnnualInterestDiff(IRule)). |
 | DebtDiff | Overloaded. Gets NewerIssuesSet.Debt(IRule) of NewerVersion(IRule) of rule, minus OlderIssuesSet.Debt(IRule) of OlderVersion(IRule) of rule. |
 | DebtRatingChanged | Gets a value that indicates if .IIssuesSet.DebtRating is different for NDepend.CodeModel.ICompareContext.NewerVersion<T> and NDepend.CodeModel.ICompareContext.OlderVersion<T> of . |
 | DebtRatingImproved | Gets a value that indicates if .IIssuesSet.DebtRating is better for NDepend.CodeModel.ICompareContext.NewerVersion<T> than for NDepend.CodeModel.ICompareContext.OlderVersion<T> of . |
 | DebtRatingWorsened | Gets a value that indicates if .IIssuesSet.DebtRating is better for NDepend.CodeModel.ICompareContext.OlderVersion<T> than for NDepend.CodeModel.ICompareContext.NewerVersion<T> of . |
 | DebtRatioDiff | Gets NewerIssuesSet.IIssuesSet.DebtRatio of NDepend.CodeModel.ICompareContext.NewerVersion<T> of , minus OlderIssuesSet.IIssuesSet.DebtRatio of NDepend.CodeModel.ICompareContext.OlderVersion<T> of . |
 | IsInNewerIssuesSet | Overloaded. Gets a value that indicates if qualityGate is in NewerIssuesSet. |
 | IsInNewerOrOlderIssuesSet | Gets a value that indicates if is in NewerIssuesSet or in OlderIssuesSet. |
 | IsInOlderIssuesSet | Overloaded. Gets a value that indicates if qualityGate is in OlderIssuesSet. |
 | IsNotViolatedAnymore | Gets a value that indicates if is present in both NewerIssuesSet and OlderIssuesSet and is violated in OlderIssuesSet and not in NewerIssuesSet. |
 | IsPresentInBothIssuesSet | Overloaded. Gets a value that indicates if qualityGate is in NewerIssuesSet or OlderIssuesSet and has an equivalent in the other issues-set. |
 | IssuesAdded | Overloaded. Gets all issues of rule that have no equivalent in OlderIssuesSet. These issues are considered as added. |
 | IssuesFixed | Overloaded. Gets all issues of rule that have no equivalent in NewerIssuesSet. These issues are considered as fixed. |
 | NewerVersion | Overloaded. Gets the qualityGate in NewerIssuesSet, or null if qualityGate has no equivalent in NewerIssuesSet. |
 | OlderVersion | Overloaded. Gets the qualityGate in OlderIssuesSet, or null if qualityGate has no equivalent in OlderIssuesSet. |
 | SeverityChanged | Gets a value that indicates if .IIssue.Severity is different for NewerVersion(IIssue) and OlderVersion(IIssue) of . |
 | SeverityDecreased | Gets a value that indicates if .IIssue.Severity has decreased between NewerVersion(IIssue) and OlderVersion(IIssue) of . |
 | SeverityIncreased | Gets a value that indicates if .IIssue.Severity has increased between NewerVersion(IIssue) and OlderVersion(IIssue) of . |
 | ValueDiff | Gets the IQualityGate.Value of NewerVersion(IQualityGate) of , minus the IQualityGate.Value of OlderVersion(IQualityGate) of . |
 | WasAdded | Gets a value that indicates if is present in NewerIssuesSet and has no equivalent in OlderIssuesSet. It is then considered as an issue added. |
 | WasFixed | Gets a value that indicates if is present in OlderIssuesSet and has no equivalent in NewerIssuesSet. It is then considered as a fixed issue. |
 | WasNotViolatedAndIsViolated | Gets a value that indicates if is present in both NewerIssuesSet and OlderIssuesSet and is violated in NewerIssuesSet and not in OlderIssuesSet. |
Top
See Also