The following tables list the members exposed by IQuery.
Public Properties
| Name | Description |
| DisplayListInReport |
Gets a value that indicates whether if the code rule is violated, the code rule matched code elements are listed into the report.
|
| DisplaySelectionViewInReport |
Gets a value that indicates whether if the code rule is violated, the code rule matched code elements are shown in a treemap picture embedded into the report.
|
| DisplayStatInReport |
Gets a value that indicates whether if the code rule is violated, the code rule matched code elements statistics are shown into the report.
|
| IsActive |
Gets a value that indicates whether the query is active.
|
| IsCriticalRule |
Gets a value that indicates whether the code rule is critical or not.
|
| IsExtractedFromCode |
Gets a value that indicates whether the query has been extracted from code.
|
| Parent |
Gets the parent group. Returns null if the query has no parent group.
|
| QueryString |
Gets the CQLinq or CQL code rule string or query string.
|
| RootParent |
Gets the root parent. Returns null if the query has no root parent.
|
Top
Public Methods
| Name | Description |
| Clone | Returns a new query where values for QueryString, IsActive, DisplayListInReport, DisplaySelectionViewInReport, DisplayStatInReport, IsCriticalRule have been cloned, through . |
| EqualsTo | Returns true if this query and have same value for QueryString, IsActive, DisplayListInReport, DisplaySelectionViewInReport, DisplayStatInReport, IsCriticalRule. |
| SetIsActive | Returns a new IQuery object cloned from this object, where IsActive value is set to , if this value for IsActive is different than . Otherwise returns this IQuery. |
Top
Extension Methods
See Also