C# Class ScrewTurn.Wiki.UserProfile

显示文件 Open project: mono/ScrewTurnWiki

Protected Properties

Property Type Description
btnConfirm global::Anthem.Button
btnDeleteAccount global::Anthem.Button
btnSaveDisplayName global::System.Web.UI.WebControls.Button
btnSaveEmail global::System.Web.UI.WebControls.Button
btnSaveLanguage global::System.Web.UI.WebControls.Button
btnSaveNotifications global::Anthem.Button
btnSavePassword global::System.Web.UI.WebControls.Button
cvEmail1 global::System.Web.UI.WebControls.CustomValidator
cvEmail2 global::System.Web.UI.WebControls.CustomValidator
cvOldPassword global::System.Web.UI.WebControls.CustomValidator
cvPassword1 global::System.Web.UI.WebControls.CustomValidator
cvPassword2 global::System.Web.UI.WebControls.CustomValidator
languageSelector global::ScrewTurn.Wiki.LanguageSelector
lblDeleteAccount global::System.Web.UI.WebControls.Literal
lblDeleteAccountInfo global::System.Web.UI.WebControls.Literal
lblDescription global::System.Web.UI.WebControls.Literal
lblDiscussionMessagesInfo global::System.Web.UI.WebControls.Literal
lblDisplayName global::System.Web.UI.WebControls.Literal
lblEditEmailPassword global::System.Web.UI.WebControls.Literal
lblEmail1 global::System.Web.UI.WebControls.Literal
lblEmail2 global::System.Web.UI.WebControls.Literal
lblGroups global::System.Web.UI.WebControls.Literal
lblGroupsList global::System.Web.UI.WebControls.Literal
lblInfo global::System.Web.UI.WebControls.Literal
lblLanguageResult global::System.Web.UI.WebControls.Label
lblLanguageTimeZone global::System.Web.UI.WebControls.Literal
lblNoChanges global::System.Web.UI.WebControls.Literal
lblNotifications global::System.Web.UI.WebControls.Literal
lblNotificationsResult global::Anthem.Label
lblOldPassword global::System.Web.UI.WebControls.Literal
lblPageChangesInfo global::System.Web.UI.WebControls.Literal
lblPassword1 global::System.Web.UI.WebControls.Literal
lblPassword2 global::System.Web.UI.WebControls.Literal
lblSaveDisplayNameResult global::System.Web.UI.WebControls.Label
lblSaveEmailResult global::System.Web.UI.WebControls.Label
lblSavePasswordResult global::System.Web.UI.WebControls.Label
lblTitle global::System.Web.UI.WebControls.Literal
lblUsername global::System.Web.UI.WebControls.Literal
lstDiscussionMessages global::System.Web.UI.WebControls.CheckBoxList
lstPageChanges global::System.Web.UI.WebControls.CheckBoxList
pnlAccount global::System.Web.UI.WebControls.Panel
pnlNoChanges global::System.Web.UI.WebControls.Panel
pnlUserData global::System.Web.UI.WebControls.Panel
rfvEmail1 global::System.Web.UI.WebControls.RequiredFieldValidator
rfvEmail2 global::System.Web.UI.WebControls.RequiredFieldValidator
rfvOldPassword global::System.Web.UI.WebControls.RequiredFieldValidator
rfvPassword1 global::System.Web.UI.WebControls.RequiredFieldValidator
rfvPassword2 global::System.Web.UI.WebControls.RequiredFieldValidator
rxvDisplayName global::System.Web.UI.WebControls.RegularExpressionValidator
rxvEmail1 global::System.Web.UI.WebControls.RegularExpressionValidator
rxvPassword1 global::System.Web.UI.WebControls.RegularExpressionValidator
txtDisplayName global::System.Web.UI.WebControls.TextBox
txtEmail1 global::System.Web.UI.WebControls.TextBox
txtEmail2 global::System.Web.UI.WebControls.TextBox
txtOldPassword global::System.Web.UI.WebControls.TextBox
txtPassword1 global::System.Web.UI.WebControls.TextBox
txtPassword2 global::System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnConfirm_Click ( object sender, EventArgs e ) : void
btnDeleteAccount_Click ( object sender, EventArgs e ) : void
btnSaveDisplayName_Click ( object sender, EventArgs e ) : void
btnSaveEmail_Click ( object sender, EventArgs e ) : void
btnSaveLanguage_Click ( object sender, EventArgs e ) : void
btnSaveNotifications_Click ( object sender, EventArgs e ) : void
btnSavePassword_Click ( object sender, EventArgs e ) : void
cvEmail1_ServerValidate ( object source, ServerValidateEventArgs args ) : void
cvEmail2_ServerValidate ( object source, ServerValidateEventArgs args ) : void
cvOldPassword_ServerValidate ( object source, ServerValidateEventArgs args ) : void
cvPassword1_ServerValidate ( object source, ServerValidateEventArgs args ) : void
cvPassword2_ServerValidate ( object source, ServerValidateEventArgs args ) : void

Private Methods

Method Description
LoadLanguageAndTimezoneSettings ( ) : void

Loads language and time zone settings.

LoadNotificationsStatus ( ) : void

Loads the page/discussion change notification data.

Method Details

Page_Load() protected method

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

btnConfirm_Click() protected method

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

btnDeleteAccount_Click() protected method

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

btnSaveDisplayName_Click() protected method

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

btnSaveEmail_Click() protected method

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

btnSaveLanguage_Click() protected method

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

btnSaveNotifications_Click() protected method

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

btnSavePassword_Click() protected method

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

cvEmail1_ServerValidate() protected method

protected cvEmail1_ServerValidate ( object source, ServerValidateEventArgs args ) : void
source object
args ServerValidateEventArgs
return void

cvEmail2_ServerValidate() protected method

protected cvEmail2_ServerValidate ( object source, ServerValidateEventArgs args ) : void
source object
args ServerValidateEventArgs
return void

cvOldPassword_ServerValidate() protected method

protected cvOldPassword_ServerValidate ( object source, ServerValidateEventArgs args ) : void
source object
args ServerValidateEventArgs
return void

cvPassword1_ServerValidate() protected method

protected cvPassword1_ServerValidate ( object source, ServerValidateEventArgs args ) : void
source object
args ServerValidateEventArgs
return void

cvPassword2_ServerValidate() protected method

protected cvPassword2_ServerValidate ( object source, ServerValidateEventArgs args ) : void
source object
args ServerValidateEventArgs
return void

Property Details

btnConfirm protected_oe property

btnConfirm control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnConfirm
return global::Anthem.Button

btnDeleteAccount protected_oe property

btnDeleteAccount control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnDeleteAccount
return global::Anthem.Button

btnSaveDisplayName protected_oe property

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

btnSaveEmail protected_oe property

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

btnSaveLanguage protected_oe property

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

btnSaveNotifications protected_oe property

btnSaveNotifications control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnSaveNotifications
return global::Anthem.Button

btnSavePassword protected_oe property

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

cvEmail1 protected_oe property

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

cvEmail2 protected_oe property

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

cvOldPassword protected_oe property

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

cvPassword1 protected_oe property

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

cvPassword2 protected_oe property

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

languageSelector protected_oe property

languageSelector control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.LanguageSelector languageSelector
return global::ScrewTurn.Wiki.LanguageSelector

lblDeleteAccount protected_oe property

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

lblDeleteAccountInfo protected_oe property

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

lblDescription protected_oe property

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

lblDiscussionMessagesInfo protected_oe property

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

lblDisplayName protected_oe property

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

lblEditEmailPassword protected_oe property

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

lblEmail1 protected_oe property

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

lblEmail2 protected_oe property

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

lblGroups protected_oe property

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

lblGroupsList protected_oe property

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

lblInfo protected_oe property

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

lblLanguageResult protected_oe property

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

lblLanguageTimeZone protected_oe property

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

lblNoChanges protected_oe property

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

lblNotifications protected_oe property

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

lblNotificationsResult protected_oe property

lblNotificationsResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblNotificationsResult
return global::Anthem.Label

lblOldPassword protected_oe property

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

lblPageChangesInfo protected_oe property

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

lblPassword1 protected_oe property

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

lblPassword2 protected_oe property

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

lblSaveDisplayNameResult protected_oe property

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

lblSaveEmailResult protected_oe property

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

lblSavePasswordResult protected_oe property

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

lblTitle protected_oe property

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

lblUsername protected_oe property

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

lstDiscussionMessages protected_oe property

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

lstPageChanges protected_oe property

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

pnlAccount protected_oe property

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

pnlNoChanges protected_oe property

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

pnlUserData protected_oe property

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

rfvEmail1 protected_oe property

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

rfvEmail2 protected_oe property

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

rfvOldPassword protected_oe property

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

rfvPassword1 protected_oe property

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

rfvPassword2 protected_oe property

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

rxvDisplayName protected_oe property

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

rxvEmail1 protected_oe property

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

rxvPassword1 protected_oe property

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

txtDisplayName protected_oe property

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

txtEmail1 protected_oe property

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

txtEmail2 protected_oe property

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

txtOldPassword protected_oe property

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

txtPassword1 protected_oe property

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

txtPassword2 protected_oe property

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