Name | Description | |
---|---|---|
![]() | InsertDefinitionQueries | Insert a list of definition queries. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | InsertDefinitionQuery | Inserts a DefinitionQuery. If makeActive is true, makes it the active definition query. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | RemoveActiveDefinitionQuery | Removes the active definition query. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | RemoveAllDefinitionQueries | Remove all definition queries. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | RemoveDefinitionQueries | Removes the definition queries specified by the list of names. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | RemoveDefinitionQuery | Removes the definition query at the specified index. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetActiveDefinitionQuery | Sets the definition query matching the specified queryName to be the active definition query. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetDefinitionQuery | Sets the where clause of the active definition query. This method must be called on the MCT. Use QueuedTask.Run. |