C# Класс ResetPasswordPage, Tp.HelpDesk

Наследование: Hd.Web.Extensions.PersisterBasePage
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
accessDeniedPanel global::System.Web.UI.WebControls.Panel
errorMessage global::System.Web.UI.WebControls.Label
frm global::System.Web.UI.HtmlControls.HtmlForm
newPassword global::System.Web.UI.WebControls.TextBox
newPasswordValidator global::System.Web.UI.WebControls.RequiredFieldValidator
passwordValidation global::System.Web.UI.WebControls.Label
reenterNewPassword global::System.Web.UI.WebControls.TextBox
requesterName global::System.Web.UI.WebControls.Label
resetPasswordPanel global::System.Web.UI.WebControls.Panel
save global::System.Web.UI.WebControls.Button

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

Метод Описание
Page_Load ( object sender, EventArgs e ) : void
save_OnClick ( object sender, EventArgs e ) : void

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

Метод Описание
ConfirmPassword ( ) : bool
ShowAccessDenied ( ) : void

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

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

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

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

protected save_OnClick ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Описание свойств

accessDeniedPanel защищенное свойство

accessDeniedPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel accessDeniedPanel
Результат global::System.Web.UI.WebControls.Panel

errorMessage защищенное свойство

errorMessage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label errorMessage
Результат global::System.Web.UI.WebControls.Label

frm защищенное свойство

frm control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm frm
Результат global::System.Web.UI.HtmlControls.HtmlForm

newPassword защищенное свойство

newPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox newPassword
Результат global::System.Web.UI.WebControls.TextBox

newPasswordValidator защищенное свойство

newPasswordValidator control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator newPasswordValidator
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

passwordValidation защищенное свойство

passwordValidation control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label passwordValidation
Результат global::System.Web.UI.WebControls.Label

reenterNewPassword защищенное свойство

reenterNewPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox reenterNewPassword
Результат global::System.Web.UI.WebControls.TextBox

requesterName защищенное свойство

requesterName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label requesterName
Результат global::System.Web.UI.WebControls.Label

resetPasswordPanel защищенное свойство

resetPasswordPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel resetPasswordPanel
Результат global::System.Web.UI.WebControls.Panel

save защищенное свойство

save control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button save
Результат global::System.Web.UI.WebControls.Button