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

Inheritance: Rock.Web.UI.RockBlock
Afficher le fichier Open project: NewPointe/Rockit

Méthodes publiques

Свойство Type Description
FromPersonId int?
ToPersonId int?

Méthodes protégées

Méthode 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

Méthode Description
IsValid ( ) : bool

Returns true if the form is valid; false otherwise.

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

UpdateConnectionRequests() protected méthode

Updates the Connection Requests to us the new To person
protected UpdateConnectionRequests ( ) : void
Résultat void

UpdateUi() protected méthode

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

UpdateWorkflows() protected méthode

Updates the Workflows to us the new To person
protected UpdateWorkflows ( ) : void
Résultat void

btnSaveConnections_Click() protected méthode

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.
Résultat void

btnSaveWorkflows_Click() protected méthode

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.
Résultat void

ppFrom_OnSelect() protected méthode

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.
Résultat void

Property Details

FromPersonId public_oe property

public int? FromPersonId
Résultat int?

ToPersonId public_oe property

public int? ToPersonId
Résultat int?