C# Class RockWeb.Blocks.Security.ConfirmAccount

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

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

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

btnCodeConfirm_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCodeConfirm control.

btnCodeDelete_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCodeDelete control.

btnCodeReset_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCodeReset control.

btnDelete_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnDelete control.

btnResetPassword_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnResetPassword control.

Private Methods

Méthode Description
ShowCode ( ) : void

Shows the code.

ShowConfirmed ( ) : void

Shows the confirmed.

ShowDelete ( ) : void

Shows the delete.

ShowDeleted ( ) : void

Shows the deleted.

ShowResetPassword ( ) : void

Shows the reset password.

ShowResetSuccess ( ) : void

Shows the reset success.

Method Details

OnLoad() protected méthode

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

btnCodeConfirm_Click() protected méthode

Handles the Click event of the btnCodeConfirm control.
protected btnCodeConfirm_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

btnCodeDelete_Click() protected méthode

Handles the Click event of the btnCodeDelete control.
protected btnCodeDelete_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

btnCodeReset_Click() protected méthode

Handles the Click event of the btnCodeReset control.
protected btnCodeReset_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

btnDelete_Click() protected méthode

Handles the Click event of the btnDelete control.
protected btnDelete_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

btnResetPassword_Click() protected méthode

Handles the Click event of the btnResetPassword control.
protected btnResetPassword_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