C# Class RockWeb.Blocks.Security.NewAccount

Inheritance: Rock.Web.UI.RockBlock
ファイルを表示 Open project: CentralAZ/Rockit-CentralAZ

Protected Methods

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

OnPreRender ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.PreRender 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.

Private Methods

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

Method Details

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void

OnLoad() protected method

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( System e ) : void
e System The object that contains the event data.
return void

OnPreRender() protected method

Raises the E:System.Web.UI.Control.PreRender event.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void

btnContinue_Click() protected method

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

btnDuplicatesNext_Click() protected method

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

btnDuplicatesPrev_Click() protected method

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

btnSendLogin_Click() protected method

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

btnSendPrev_Click() protected method

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

btnSendYes_Click() protected method

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

btnUserInfoNext_Click() protected method

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