NDepend.API Documentation
IQueryCompiledSuccess Interface Members
Properties 

NDepend.CodeQuery Namespace : IQueryCompiledSuccess Interface

The following tables list the members exposed by IQueryCompiledSuccess.

Public Properties
 NameDescription
 Property Gets the code base on which the code query has been compiled against.  
 PropertyGets the NDepend.CodeModel.ICompareContext object on which the code query has been compiled against. Gets null if the code query has been compiled against a code base.  
 PropertyGets the kind of code element matched, RecordCellType.Method, RecordCellType.Field, RecordCellType.Property, RecordCellType.Event, RecordCellType.Type, RecordCellType.Namespace, RecordCellType.Assembly, RecordCellType.CodeElement, RecordCellType.CodeElementParent, RecordCellType.CodeContainer, RecordCellType.Member, or RecordCellType.NullableDouble if the result will be a single scalar (IQueryExecutionSuccessResult.IQueryExecutionSuccessResult.IsSingleScalarResult).  
 Property Gets a value that indicates on which artifacts this query relies on.  
 Property Gets a value indicating whether this code query relies on the code coverage data.  
 PropertyGets a value indicating whether this code query relies on a NDepend.CodeModel.ICompareContext object.  
 PropertyGets a value indicating whether this code query relies on NDepend.Issue.IIssuesSet.  
 PropertyGets a value indicating whether this code query relies on NDepend.Issue.IIssuesSetDiff.  
 PropertyGets a value indicating whether this code query relies on the JustMyCode set.  
 Property Gets a value indicating whether this code query relies on quality gates.  
Top
Extension Methods
 NameDescription
Public Extension MethodConvert this code query compiled successfully to a CQLinq query string. This method is useful to convert a query from the CQL syntax to the CQLinq syntax.
Public Extension MethodOverloaded.  Execute a code query compiled successfully.
Top
See Also

Reference

IQueryCompiledSuccess Interface
NDepend.CodeQuery Namespace