Name | Description | |
---|---|---|
QueryExecutionContext Constructor | The constructor of this class, with the unique mandatory parameter that is the code base on which the query will be executed. |
The following tables list the members exposed by QueryExecutionContext.
Name | Description | |
---|---|---|
QueryExecutionContext Constructor | The constructor of this class, with the unique mandatory parameter that is the code base on which the query will be executed. |
Name | Description | |
---|---|---|
CodeBase | The NDepend.CodeModel.ICodeBase object, against which the code query(ies) will be executed. | |
CQLinqQueryExecTimeOut | Get or set the time-out duration activated only for CQLinq queries, CQL queries being executed in a bounded short time | |
DebtSettings | Get or set the debt-settings that will be applied to query-execution. | |
IssuesSet | Get or set the | |
IssuesSetDiff | Get or set the | |
JustMyCode | Get or set the code-base-view representing just-my-code, typically obtained through ExtensionMethodsQuery.ComputeJustMyCode. |
Name | Description | |
---|---|---|
Concat | Overloaded. Gets an enumerable object that contains first element and then elements of elements, in this order. | |
EqualsAny | Overloaded. Returns true if this item equals item1 or item2. | |
NewerVersion<T> | Returns 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. | |
OlderVersion<T> | Returns 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. | |
ToEnumerable<TElement> | Gets an enumerable object that contains only the single element element. | |
ToNullableDouble | If obj is a numeric primitive type, returns its value converted as double. else returns null. |