| QueryPanel Class |
Namespace: Blackbaud.UAT.Core.Crm.Panels
The QueryPanel type exposes the following members.
| Name | Description | |
|---|---|---|
| QueryPanel | Initializes a new instance of the QueryPanel class |
| Name | Description | |
|---|---|---|
| Title |
Return the default page title
(Inherited from BaseComponent.) |
| Name | Description | |
|---|---|---|
| AddQuery |
Add a new Query
| |
| CheckQueryPresent |
Check query is present by name
| |
| DeleteQuery(String) |
Delete Query for the input string
| |
| DeleteQuery(String, String) |
Delete query
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| getXDeleteQuery |
Returns an XPath for the Delete Query menu item on a QueryPanel.
| |
| getXQuery |
Returns an Xpath for a Query in a results row on a QueryPanel.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OpenQueriesTab |
Open the queries tab
| |
| OpenSelectionsTab |
Open the selections tab
| |
| SetFilter |
Set filter based on string passed in
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| DeleteQueryLinkElement |
IWebElement representing the Delete Query link element
| |
| getXAddButton |
Returns an Xpath for the Add button on a QueryPanel.
| |
| getXAdhocQuery |
Returns an Xpath for the Adhoc Query menu item on a QueryPanel.
| |
| getXFilterQueryField |
Returns an Xpath for the Query Filter field on a QueryPanel.
| |
| QueryLinkElement |
IWebElement representing the Query link element
| |
| YesReallyDeleteElement |
IWebElement representing the Yes Delete Element
|