Click or drag to resize
BatchDialog Class
Base class to handle the interactions for adding/editing a batch dialog.
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 BatchDialog : Dialog

The BatchDialog type exposes the following members.

Constructors
  NameDescription
Public methodBatchDialog
Initializes a new instance of the BatchDialog class
Top
Properties
  NameDescription
Public propertyTitle
Return the default page title
(Inherited from BaseComponent.)
Top
Methods
  NameDescription
Public methodCloseDialog
Close the Dialog
(Inherited from Dialog.)
Public methodStatic memberEditConstituent
Edit the constituent for the currently selected batch row.
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 methodStatic memberGetColumnIndexByCaption
Get the index of the column in the batch grid.
Public methodStatic memberGetColumnIndexById
Get the index of the column in the batch grid.
Public methodStatic memberGetGridCellValue
Get the value of a batch grid cell.
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 methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberSaveAndClose
Click the 'Save and close' button.
Public methodStatic memberSetGridCell
Set the value of a batch grid cell for a specified row.
Public methodStatic memberSetGridRow
Set the row of a batch grid.
Public methodStatic memberSetGridRows
Set the rows of a batch grid starting with the first row.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberValidate
Click the 'Validate' button and click Ok on the confirmation button.
Top
Fields
  NameDescription
Protected fieldStatic memberBatchDialogGridId
BatchDialogGridId constant
Protected fieldStatic memberBatchDialogId
BatchDialogId constant
Protected fieldStatic memberColumnToBatchColumn
Maps batch grid column captions to their required values in order to set their values in rows.
Public fieldStatic membergetXBatchGridHeaders
Unique XPath to get the header columns TR element of a batch's grid.
Top
See Also