C# Class Subtext.Web.Admin.Pages.Security

显示文件 Open project: ayende/Subtext

Protected Properties

Property Type Description
CompareValidator1 global::System.Web.UI.WebControls.CompareValidator
Message Label
Messages global::Subtext.Web.Admin.WebUI.MessagePanel
RequiredFieldValidator1 global::System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator5 global::System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator6 global::System.Web.UI.WebControls.RequiredFieldValidator
ValidationSummary1 ValidationSummary
btnChangePassword global::System.Web.UI.WebControls.Button
btnSaveOptions global::System.Web.UI.WebControls.Button
hlpTimeZone global::Subtext.Web.Controls.HelpToolTip
tbCurrent global::System.Web.UI.WebControls.TextBox
tbOpenIDURL global::System.Web.UI.WebControls.TextBox
tbPassword global::System.Web.UI.WebControls.TextBox
tbPasswordConfirm global::System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
BindLocalUI ( ) : void
OnInit ( EventArgs e ) : void
btnChangePassword_Click ( object sender, EventArgs e ) : void
btnSaveOptions_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

BindLocalUI() protected method

protected BindLocalUI ( ) : void
return void

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e EventArgs
return void

btnChangePassword_Click() protected method

protected btnChangePassword_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnSaveOptions_Click() protected method

protected btnSaveOptions_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

CompareValidator1 protected_oe property

CompareValidator1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CompareValidator CompareValidator1
return global::System.Web.UI.WebControls.CompareValidator

Message protected_oe property

protected Label Message
return Label

Messages protected_oe property

Messages control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Admin.WebUI.MessagePanel Messages
return global::Subtext.Web.Admin.WebUI.MessagePanel

RequiredFieldValidator1 protected_oe property

RequiredFieldValidator1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator1
return global::System.Web.UI.WebControls.RequiredFieldValidator

RequiredFieldValidator5 protected_oe property

RequiredFieldValidator5 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator5
return global::System.Web.UI.WebControls.RequiredFieldValidator

RequiredFieldValidator6 protected_oe property

RequiredFieldValidator6 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator6
return global::System.Web.UI.WebControls.RequiredFieldValidator

ValidationSummary1 protected_oe property

protected ValidationSummary ValidationSummary1
return ValidationSummary

btnChangePassword protected_oe property

btnChangePassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnChangePassword
return global::System.Web.UI.WebControls.Button

btnSaveOptions protected_oe property

btnSaveOptions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnSaveOptions
return global::System.Web.UI.WebControls.Button

hlpTimeZone protected_oe property

hlpTimeZone control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Controls.HelpToolTip hlpTimeZone
return global::Subtext.Web.Controls.HelpToolTip

tbCurrent protected_oe property

tbCurrent control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox tbCurrent
return global::System.Web.UI.WebControls.TextBox

tbOpenIDURL protected_oe property

tbOpenIDURL control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox tbOpenIDURL
return global::System.Web.UI.WebControls.TextBox

tbPassword protected_oe property

tbPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox tbPassword
return global::System.Web.UI.WebControls.TextBox

tbPasswordConfirm protected_oe property

tbPasswordConfirm control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox tbPasswordConfirm
return global::System.Web.UI.WebControls.TextBox