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

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

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

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

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

btnChange_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnChange control.

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

Метод Описание
DisplayErrorFromAttribute ( string messageKey ) : void

Displays the error from attribute.

DisplayErrorText ( string messageText ) : void

Displays the error text.

InvalidPassword ( ) : void

Invalids the password.

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

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

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Результат void

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

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