C# Class RockWeb.Blocks.Security.AccountDetail

Inheritance: Rock.Web.UI.RockBlock
Exibir arquivo Open project: NewSpring/Rock

Protected Methods

Method Description
FormatPhoneNumber ( object countryCode, object number ) : string

Formats the phone number.

OnInit ( EventArgs e ) : void

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

lbEditPerson_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbEditPerson control.

Method Details

FormatPhoneNumber() protected method

Formats the phone number.
protected FormatPhoneNumber ( object countryCode, object number ) : string
countryCode object The country code.
number object The number.
return string

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

lbEditPerson_Click() protected method

Handles the Click event of the lbEditPerson control.
protected lbEditPerson_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void