C# 클래스 RockWeb.Plugins.org_newpointe.TransferAssignee.TransferAssignee

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

공개 프로퍼티들

프로퍼티 타입 설명
FromPersonId int?
ToPersonId int?

보호된 메소드들

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

Updates the Connection Requests to us the new To person

UpdateUi ( ) : void

Returns the number of Workflows and Connection Requests for the selected Fron person, then populates grids.

UpdateWorkflows ( ) : void

Updates the Workflows to us the new To person

btnSaveConnections_Click ( object sender, EventArgs e ) : void

Handles the OnClick event of the Update Connection Requests button.

btnSaveWorkflows_Click ( object sender, EventArgs e ) : void

Handles the OnClick event of the Update Workflows button.

ppFrom_OnSelect ( object sender, EventArgs e ) : void

Handles the OnSelect event of the From PersonPicker.

비공개 메소드들

메소드 설명
IsValid ( ) : bool

Returns true if the form is valid; false otherwise.

메소드 상세

Page_Load() 보호된 메소드

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

UpdateConnectionRequests() 보호된 메소드

Updates the Connection Requests to us the new To person
protected UpdateConnectionRequests ( ) : void
리턴 void

UpdateUi() 보호된 메소드

Returns the number of Workflows and Connection Requests for the selected Fron person, then populates grids.
protected UpdateUi ( ) : void
리턴 void

UpdateWorkflows() 보호된 메소드

Updates the Workflows to us the new To person
protected UpdateWorkflows ( ) : void
리턴 void

btnSaveConnections_Click() 보호된 메소드

Handles the OnClick event of the Update Connection Requests button.
protected btnSaveConnections_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

btnSaveWorkflows_Click() 보호된 메소드

Handles the OnClick event of the Update Workflows button.
protected btnSaveWorkflows_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

ppFrom_OnSelect() 보호된 메소드

Handles the OnSelect event of the From PersonPicker.
protected ppFrom_OnSelect ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

프로퍼티 상세

FromPersonId 공개적으로 프로퍼티

public int? FromPersonId
리턴 int?

ToPersonId 공개적으로 프로퍼티

public int? ToPersonId
리턴 int?