C# 클래스 RockWeb.Blocks.Communication.NewCommunication

상속: Rock.Web.UI.RockBlock
파일 보기 프로젝트 열기: CentralAZ/Rockit-CentralAZ

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

OnPreRender ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.PreRender event.

btnSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

btnSubmit_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSubmit control.

ddlTemplate_SelectedIndexChanged ( object sender, EventArgs e ) : void
lbChannel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbChannel control.

lbRemoveAllRecipients_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbRemoveAllRecipients control.

lbShowAllRecipients_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbShowAllRecipients control.

ppAddPerson_SelectPerson ( object sender, EventArgs e ) : void

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.

비공개 메소드들

메소드 설명
BindChannels ( ) : void

Binds the channels.

BindRecipients ( ) : void

Binds the recipients.

CheckApprovalRequired ( int numberOfRecipients ) : bool

Determines whether approval is required, and sets the submit button text appropriately

GetChannelData ( ) : void

Gets the channel data.

GetTemplateData ( int templateId, bool loadControl = true ) : void
LoadChannelControl ( bool setData ) : Rock.Web.UI.Controls.Communication.ChannelControl

Shows the channel.

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 ( RockContext rockContext ) : Rock.Model.Communication

Updates a communication model with the user-entered values

메소드 상세

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnLoad() 보호된 메소드

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
리턴 void

OnPreRender() 보호된 메소드

Raises the E:System.Web.UI.Control.PreRender event.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
리턴 void

btnSave_Click() 보호된 메소드

Handles the Click event of the btnSave control.
protected btnSave_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

btnSubmit_Click() 보호된 메소드

Handles the Click event of the btnSubmit control.
protected btnSubmit_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

ddlTemplate_SelectedIndexChanged() 보호된 메소드

protected ddlTemplate_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

lbChannel_Click() 보호된 메소드

Handles the Click event of the lbChannel control.
protected lbChannel_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lbRemoveAllRecipients_Click() 보호된 메소드

Handles the Click event of the lbRemoveAllRecipients control.
protected lbRemoveAllRecipients_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lbShowAllRecipients_Click() 보호된 메소드

Handles the Click event of the lbShowAllRecipients control.
protected lbShowAllRecipients_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

ppAddPerson_SelectPerson() 보호된 메소드

Handles the SelectPerson event of the ppAddPerson control.
protected ppAddPerson_SelectPerson ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

rptRecipients_ItemCommand() 보호된 메소드

Handles the ItemCommand event of the rptRecipients control.
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 instance containing the event data.
리턴 void

rptRecipients_ItemDataBound() 보호된 메소드

Handles the ItemDataBound event of the rptRecipients control.
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 instance containing the event data.
리턴 void

valRecipients_ServerValidate() 보호된 메소드

Handles the ServerValidate event of the valRecipients control.
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 instance containing the event data.
리턴 void