C# Класс RockWeb.Blocks.Security.AccountEntry

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

Защищенные методы

Метод Описание
OnInit ( EventArgs e ) : void

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

OnLoad ( System e ) : void

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

btnContinue_Click ( object sender, EventArgs e ) : void
btnDuplicatesNext_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnDuplicatesNext control.

btnDuplicatesPrev_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnDuplicatesPrev control.

btnSendLogin_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSendLogin control.

btnSendPrev_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSendPrev control.

btnSendYes_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSendYes control.

btnUserInfoNext_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnUserInfoNext control.

Приватные методы

Метод Описание
CreatePerson ( ) : Person

Creates the person.

CreateUser ( Person person, bool confirmed ) : Rock.Model.UserLogin

Creates the user.

DisplayConfirmation ( int personId ) : void

Displays the confirmation.

DisplayDuplicates ( Direction direction ) : void

Displays the duplicates.

DisplaySendLogin ( int personId, Direction direction ) : void

Displays the send login.

DisplaySentLogin ( Direction direction ) : void

Displays the sent login.

DisplaySuccess ( Rock user ) : void

Displays the success.

DisplayUserInfo ( Direction direction ) : void

Displays the user information.

ShowErrorMessage ( string message ) : void

Shows the error message.

ShowPanel ( int panel ) : void

Shows the panel.

rPhoneNumbers_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void

Handles the ItemDataBound event of the rPhoneNumbers control.

Описание методов

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 ( System e ) : void
e System The object that contains the event data.
Результат void

btnContinue_Click() защищенный Метод

protected btnContinue_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnDuplicatesNext_Click() защищенный Метод

Handles the Click event of the btnDuplicatesNext control.
protected btnDuplicatesNext_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

btnDuplicatesPrev_Click() защищенный Метод

Handles the Click event of the btnDuplicatesPrev control.
protected btnDuplicatesPrev_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

btnSendLogin_Click() защищенный Метод

Handles the Click event of the btnSendLogin control.
protected btnSendLogin_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

btnSendPrev_Click() защищенный Метод

Handles the Click event of the btnSendPrev control.
protected btnSendPrev_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

btnSendYes_Click() защищенный Метод

Handles the Click event of the btnSendYes control.
protected btnSendYes_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

btnUserInfoNext_Click() защищенный Метод

Handles the Click event of the btnUserInfoNext control.
protected btnUserInfoNext_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void