C# 클래스 ScrewTurn.Wiki.UserProfile

파일 보기 프로젝트 열기: mono/ScrewTurnWiki

보호된 프로퍼티들

프로퍼티 타입 설명
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