C# Class RockWeb.Plugins.org_newpointe.TransferAssignee.TransferAssignee

Inheritance: Rock.Web.UI.RockBlock
Exibir arquivo Open project: NewPointe/Rockit

Public Properties

Property Type Description
FromPersonId int?
ToPersonId int?

Protected Methods

Method Description
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.

Private Methods

Method Description
IsValid ( ) : bool

Returns true if the form is valid; false otherwise.

Method Details

Page_Load() protected method

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

UpdateConnectionRequests() protected method

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

UpdateUi() protected method

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

UpdateWorkflows() protected method

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

btnSaveConnections_Click() protected method

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.
return void

btnSaveWorkflows_Click() protected method

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.
return void

ppFrom_OnSelect() protected method

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.
return void

Property Details

FromPersonId public_oe property

public int? FromPersonId
return int?

ToPersonId public_oe property

public int? ToPersonId
return int?