C# Класс Subtext.Web.HostAdmin.ChangePassword

Allows the user to change the host admin password.
Наследование: Subtext.Web.HostAdmin.HostAdminPage
Показать файл Открыть проект

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

Свойство Тип Описание
btnSave global::System.Web.UI.WebControls.Button
lblSuccess global::System.Web.UI.WebControls.Label
txtConfirmPassword global::System.Web.UI.WebControls.TextBox
txtCurrentPassword global::System.Web.UI.WebControls.TextBox
txtNewPassword global::System.Web.UI.WebControls.TextBox
validationSummary global::System.Web.UI.WebControls.ValidationSummary
vldComparePasswords global::System.Web.UI.WebControls.CompareValidator
vldConfirmPassword global::System.Web.UI.WebControls.RequiredFieldValidator
vldCurrent global::System.Web.UI.WebControls.CustomValidator
vldCurrentPassword global::System.Web.UI.WebControls.RequiredFieldValidator
vldNewPassword global::System.Web.UI.WebControls.RequiredFieldValidator

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

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

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

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

vldCurrent_ServerValidate ( object source, System args ) : void

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

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

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Результат void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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