Name | Description | |
---|---|---|
CodeBaseOnWhichQueryHasBeenExecuted | Gets the code base on which the code query has been executed. | |
ColumnsNames | Returns columns' names of the result records. | |
CompareContextOnWhichQueryHasBeenExecuted | Gets the NDepend.CodeModel.ICompareContext object on which the code query has been executed, or null if the query hasen't been executed agains a compare context but only agains a code base. | |
Description | Returns a brief description of the result, such as "12 methods matched" or "Single scalar result : 2 match". | |
IsARuleViolated | Gets a value indicating whether the code query is a rule and is violated. | |
IsSingleScalarResult | Gets a value indicating whether the code query returned a single scalar result. | |
KindOfCodeQueryExpression | Gets the kind of code query expression. | |
KindOfMatch | Gets a RecordCellType that indicates which kind of code element is matched. | |
MatchedCodeElements | Gets a collection of code elements matched by the code query. If IsSingleScalarResult is true or if the query is matching issues or rules, gets an empty collection. | |
MatchedIssues | Gets a collection of NDepend.Issue.IIssue matched by the code query. If IsSingleScalarResult is true or if the query is matching code elements or rules or quality gates, gets an empty collection. | |
MatchedQualityGates | Gets a collection of NDepend.Issue.IQualityGate matched by the code query. If IsSingleScalarResult is true or if the query is matching code elements or issues or rules, gets an empty collection. | |
MatchedRules | Gets a collection of NDepend.Issue.IRule matched by the code query. If IsSingleScalarResult is true or if the query is matching code elements or issues or quality gates, gets an empty collection. | |
OriginalQueryString | Gets the original code query string. | |
QualityGateStatus | If this code query is a Quality Gate gets the status, else returns NDepend.Issue.QualityGateStatus.NDepend.Issue.QualityGateStatus.Pass. | |
Records | Gets records result. | |
SingleScalarValue | Gets the single scalar result returned by the query. | |
TargetCodeElements | Gets code elements referenced in the query itself, like the code element named "XYZ" in "from t in Types where t.IsUsing("XYZ") select t". |