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

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

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

Метод Описание
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.

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

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

Formats the phone number.
protected FormatPhoneNumber ( object countryCode, object number ) : string
countryCode object The country code.
number object The number.
Результат string

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

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

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.
Результат void