Click or drag to resize
NewAdhocQueryDialog Class
Add Ad-hoc Query Dialog functions and interactions in BBCRM.
Inheritance Hierarchy

Namespace: Blackbaud.UAT.Core.Crm.Dialogs
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public class NewAdhocQueryDialog : Dialog

The NewAdhocQueryDialog type exposes the following members.

Constructors
  NameDescription
Public methodNewAdhocQueryDialog
Initializes a new instance of the NewAdhocQueryDialog class
Top
Properties
  NameDescription
Public propertyTitle
Return the default page title
(Inherited from BaseComponent.)
Top
Methods
  NameDescription
Public methodStatic memberApplyCriteria
Apply criteria to the query based on the table passed in
Public methodCloseDialog
Close the Dialog
(Inherited from Dialog.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodStatic membergetXCriteriaInput
Format a unique XPath for a Input on an AdHocQueryCriteriaForm on the NewAdhocQueryDialog.
Public methodStatic membergetXFieldResult
Get an XPath for a result field on a NewAdhocQueryDialog.
Public methodStatic membergetXSaveOptionsInput
Get an XPath for an input field on a NewAdhocQueryDialog.
Public methodStatic membergetXSaveOptionsTextArea
Get an XPath for a TextArea on a NewAdhocQueryDialog.
Protected methodStatic membergetXTab
Format a unique XPath for a tab on the Ad-Hoc Query Dialog.
Public methodStatic memberIncludeDisplayField
Include display field based on string passed in
Public methodStatic memberIncludeRecordCriteria
Include record criteria based on field and data in the table
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberSetFindField
Set the Find field to the input string
Public methodStatic memberSetSaveOptions
Set the values on the 'Set save options' tab
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldStatic membergetXAddFilterArrow
Constant XPath for the Add Filter Arrow on a NewAdhocQueryDialog.
Protected fieldStatic membergetXAddOutputFieldArrow
Constant XPath for the Add Filter Arrow on a NewAdhocQueryDialog.
Public fieldStatic membergetXFindField
Constant XPath for the 'Find' Field of an NewAdhocQueryDialog.
Top
See Also