C# Класс ScrewTurn.Wiki.UserProfile

Показать файл Открыть проект

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

Свойство Тип Описание
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

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

Метод Описание
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

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

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

Loads language and time zone settings.

LoadNotificationsStatus ( ) : void

Loads the page/discussion change notification data.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

protected cvEmail1_ServerValidate ( object source, ServerValidateEventArgs args ) : void
source object
args ServerValidateEventArgs
Результат void

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

protected cvEmail2_ServerValidate ( object source, ServerValidateEventArgs args ) : void
source object
args ServerValidateEventArgs
Результат void

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

protected cvOldPassword_ServerValidate ( object source, ServerValidateEventArgs args ) : void
source object
args ServerValidateEventArgs
Результат void

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

protected cvPassword1_ServerValidate ( object source, ServerValidateEventArgs args ) : void
source object
args ServerValidateEventArgs
Результат void

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

protected cvPassword2_ServerValidate ( object source, ServerValidateEventArgs args ) : void
source object
args ServerValidateEventArgs
Результат void

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

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

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

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

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

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

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
Результат global::System.Web.UI.WebControls.Button

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

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
Результат global::System.Web.UI.WebControls.Button

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

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
Результат global::System.Web.UI.WebControls.Button

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

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

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

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
Результат global::System.Web.UI.WebControls.Button

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

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
Результат global::System.Web.UI.WebControls.CustomValidator

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

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
Результат global::System.Web.UI.WebControls.CustomValidator

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

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
Результат global::System.Web.UI.WebControls.CustomValidator

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

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
Результат global::System.Web.UI.WebControls.CustomValidator

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

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
Результат global::System.Web.UI.WebControls.CustomValidator

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

languageSelector control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.LanguageSelector languageSelector
Результат global::ScrewTurn.Wiki.LanguageSelector

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

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
Результат global::System.Web.UI.WebControls.Literal

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

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
Результат global::System.Web.UI.WebControls.Literal

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

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
Результат global::System.Web.UI.WebControls.Literal

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

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
Результат global::System.Web.UI.WebControls.Literal

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

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
Результат global::System.Web.UI.WebControls.Literal

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

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
Результат global::System.Web.UI.WebControls.Literal

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

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
Результат global::System.Web.UI.WebControls.Literal

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

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
Результат global::System.Web.UI.WebControls.Literal

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

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
Результат global::System.Web.UI.WebControls.Literal

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

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
Результат global::System.Web.UI.WebControls.Literal

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

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
Результат global::System.Web.UI.WebControls.Literal

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

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
Результат global::System.Web.UI.WebControls.Label

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

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
Результат global::System.Web.UI.WebControls.Literal

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

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
Результат global::System.Web.UI.WebControls.Literal

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

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
Результат global::System.Web.UI.WebControls.Literal

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

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

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

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
Результат global::System.Web.UI.WebControls.Literal

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

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
Результат global::System.Web.UI.WebControls.Literal

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

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
Результат global::System.Web.UI.WebControls.Literal

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

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
Результат global::System.Web.UI.WebControls.Literal

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

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
Результат global::System.Web.UI.WebControls.Label

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

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
Результат global::System.Web.UI.WebControls.Label

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

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
Результат global::System.Web.UI.WebControls.Label

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

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
Результат global::System.Web.UI.WebControls.Literal

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

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
Результат global::System.Web.UI.WebControls.Literal

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

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
Результат global::System.Web.UI.WebControls.CheckBoxList

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

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
Результат global::System.Web.UI.WebControls.CheckBoxList

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

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
Результат global::System.Web.UI.WebControls.Panel

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

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
Результат global::System.Web.UI.WebControls.Panel

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

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
Результат global::System.Web.UI.WebControls.Panel

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

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
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

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

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
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

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

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
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

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

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
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

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

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
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

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

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
Результат global::System.Web.UI.WebControls.RegularExpressionValidator

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

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
Результат global::System.Web.UI.WebControls.RegularExpressionValidator

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

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
Результат global::System.Web.UI.WebControls.RegularExpressionValidator

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

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
Результат global::System.Web.UI.WebControls.TextBox

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

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
Результат global::System.Web.UI.WebControls.TextBox

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

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
Результат global::System.Web.UI.WebControls.TextBox

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

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
Результат global::System.Web.UI.WebControls.TextBox

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

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
Результат global::System.Web.UI.WebControls.TextBox

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

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
Результат global::System.Web.UI.WebControls.TextBox