Name | Description | |
---|---|---|
![]() | AddQuery | Add queryToAdd to this group child queries. |
![]() | CloneDeep | Clone this group and all its child groups and child queries recursively, through controller. |
![]() | ContainsQuery | Gets a value indicating whether this group contains query. |
![]() | GetQueryAt | Returns the query at the index position in this.ChildQueries. |
![]() | IndexOfQuery | Determines the index of a specific query in this.ChildQueries. |
![]() | MoveQueryToIndex | Move queryToMove to the position specified by index. |
![]() | RemoveQuery | Remove queryToRemove to this group child queries. |
![]() | ReplaceQuery | Replace queryToReplace with newQuery. |
![]() | SetIsActive | Set the group activation to newIsActive. |
![]() | SetName | Set the group name to newName. |
![]() | SetShownInReport | Set the group ShownInReport state to newShownInReport. |