C# Класс RockWeb.Plugins.org_newpointe.TransferAssignee.TransferAssignee

Наследование: Rock.Web.UI.RockBlock
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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?