NDepend.API Documentation
QueryExecutionContext Class Members
Properties 


NDepend.CodeQuery Namespace : QueryExecutionContext Class

The following tables list the members exposed by QueryExecutionContext.

Public Constructors
 NameDescription
Public Constructor The constructor of this class, with the unique mandatory parameter that is the code base on which the query will be executed.  
Top
Public Properties
 NameDescription
Public PropertyThe NDepend.CodeModel.ICodeBase object, against which the code query(ies) will be executed.  
Public Property Get or set the time-out duration activated only for CQLinq queries, CQL queries being executed in a bounded short time  
Public Property Get or set the debt-settings that will be applied to query-execution.  
Public PropertyGet or set the object used by code query that ..  
Public PropertyGet or set the object used by code query that ..  
Public PropertyGet or set the code-base-view representing just-my-code, typically obtained through ExtensionMethodsQuery.ComputeJustMyCode.  
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

QueryExecutionContext Class
NDepend.CodeQuery Namespace
Execute(IQueryCompiledSuccess,QueryExecutionContext) Method