Method | Description | |
---|---|---|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
OnPreRender ( |
Raises the E:System.Web.UI.Control.PreRender event.
|
|
btnCancel_Click ( object sender, |
||
btnSave_Click ( object sender, |
Handles the Click event of the btnSave control.
|
|
btnSubmit_Click ( object sender, |
Handles the Click event of the btnSubmit control.
|
|
btnTest_Click ( object sender, |
Handles the Click event of the btnSubmit control.
|
|
ddlTemplate_SelectedIndexChanged ( object sender, |
||
lbMedium_Click ( object sender, |
Handles the Click event of the lbMedium control.
|
|
lbRemoveAllRecipients_Click ( object sender, |
Handles the Click event of the lbRemoveAllRecipients control.
|
|
lbShowAllRecipients_Click ( object sender, |
Handles the Click event of the lbShowAllRecipients control.
|
|
ppAddPerson_SelectPerson ( object sender, |
Handles the SelectPerson event of the ppAddPerson control.
|
|
rptRecipients_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void |
Handles the ItemCommand event of the rptRecipients control.
|
|
rptRecipients_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void |
Handles the ItemDataBound event of the rptRecipients control.
|
|
valRecipients_ServerValidate ( object source, System.Web.UI.WebControls.ServerValidateEventArgs args ) : void |
Handles the ServerValidate event of the valRecipients control.
|
Method | Description | |
---|---|---|
BindMediums ( ) : void |
Binds the mediums.
|
|
BindRecipients ( ) : void |
Binds the recipients.
|
|
CheckApprovalRequired ( int numberOfRecipients ) : bool |
Determines whether approval is required, and sets the submit button text appropriately
|
|
GetMediumControl ( ) : |
||
GetMediumData ( ) : void |
Gets the medium data.
|
|
GetTemplateData ( int templateId, bool loadControl = true ) : void | ||
InitializeControl ( |
Initializes the control with current persons information if this is first time that this medium is being viewed
|
|
LoadMediumControl ( bool setData ) : |
Shows the medium.
|
|
LoadTemplates ( ) : void | ||
ShowActions ( Rock communication ) : void |
Shows the actions.
|
|
ShowDetail ( Rock communication ) : void |
Shows the detail.
|
|
ShowResult ( string message, Rock communication ) : void |
Shows the result.
|
|
ShowStatus ( Rock communication ) : void | ||
UpdateCommunication ( |
Updates a communication model with the user-entered values
|
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected OnPreRender ( |
||
e | An |
|
return | void |
protected btnCancel_Click ( object sender, |
||
sender | object | |
e | ||
return | void |
protected btnSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnSubmit_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 |
protected ddlTemplate_SelectedIndexChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
protected lbMedium_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbRemoveAllRecipients_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbShowAllRecipients_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected ppAddPerson_SelectPerson ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected rptRecipients_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void | ||
source | object | The source of the event. |
e | System.Web.UI.WebControls.RepeaterCommandEventArgs | The |
return | void |
protected rptRecipients_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.WebControls.RepeaterItemEventArgs | The |
return | void |
protected valRecipients_ServerValidate ( object source, System.Web.UI.WebControls.ServerValidateEventArgs args ) : void | ||
source | object | The source of the event. |
args | System.Web.UI.WebControls.ServerValidateEventArgs | The |
return | void |