C# 클래스 RockWeb.Blocks.Crm.PhotoSendRequest

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

보호된 메소드들

메소드 설명
Block_BlockUpdated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the control.

OnInit ( EventArgs e ) : void

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

OnLoad ( EventArgs e ) : void

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

btnCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancel control and resets the form back to the pre-confirm send state.

btnSendConfirmed_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSendConfirmed control which sends the actual communication.

btnSend_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSend control and displays the "confirm" button.

btnTest_Click ( object sender, EventArgs e ) : void

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.

비공개 메소드들

메소드 설명
BindCheckBoxLists ( ) : void

Binds the checkbox lists.

CheckApprovalRequired ( int numberOfRecipients ) : bool

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

GetCommunication ( RockContext rockContext, List peopleIds ) : Rock.Model.Communication

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.

메소드 상세

Block_BlockUpdated() 보호된 메소드

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

OnInit() 보호된 메소드

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
리턴 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

btnCancel_Click() 보호된 메소드

Handles the Click event of the btnCancel control and resets the form back to the pre-confirm send state.
protected btnCancel_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

btnSendConfirmed_Click() 보호된 메소드

Handles the Click event of the btnSendConfirmed control which sends the actual communication.
protected btnSendConfirmed_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

btnSend_Click() 보호된 메소드

Handles the Click event of the btnSend control and displays the "confirm" button.
protected btnSend_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

btnTest_Click() 보호된 메소드

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.
protected btnTest_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void