Method | Description | |
---|---|---|
Block_BlockUpdated ( object sender, |
Handles the BlockUpdated event of the control.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
btnCancel_Click ( object sender, |
Handles the Click event of the btnCancel control and resets the form back to the pre-confirm send state.
|
|
btnSendConfirmed_Click ( object sender, |
Handles the Click event of the btnSendConfirmed control which sends the actual communication.
|
|
btnSend_Click ( object sender, |
Handles the Click event of the btnSend control and displays the "confirm" button.
|
|
btnTest_Click ( object sender, |
Handles the Click event of the btnTest control and sends a test communication to the current person if they have an email address on their record.
|
Method | Description | |
---|---|---|
BindCheckBoxLists ( ) : void |
Binds the checkbox lists.
|
|
CheckApprovalRequired ( int numberOfRecipients ) : bool |
Determines whether approval is required, and sets the submit button text appropriately
|
|
GetCommunication ( |
Gets the communication.
|
|
GetMatchingPeople ( ) : IQueryable |
Gets the matching people for the criteria on the form.
|
|
GetTemplateData ( ) : bool |
Gets the template data.
|
|
SetActionButtons ( bool resetToSend ) : void |
Sets the action buttons to the reset state (pre confirm) or the confirm state.
|
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected btnCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnSendConfirmed_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnSend_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnTest_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |