C# 클래스 TpLogin, Tp.HelpDesk

상속: Hd.Web.Extensions.PersisterBasePage
파일 보기 프로젝트 열기: TargetProcess/Tp.HelpDesk

보호된 프로퍼티들

프로퍼티 타입 설명
FailureText global::System.Web.UI.WebControls.Literal
Password global::System.Web.UI.WebControls.TextBox
PasswordRequired global::System.Web.UI.WebControls.RequiredFieldValidator
RememberMe global::System.Web.UI.WebControls.CheckBox
UserName global::System.Web.UI.WebControls.TextBox
UserNameRequired global::System.Web.UI.WebControls.RequiredFieldValidator
btnLogin global::System.Web.UI.WebControls.Button
btnLoginAsGuest global::System.Web.UI.WebControls.Button
correctEmailValidator global::System.Web.UI.WebControls.RegularExpressionValidator
emailToSendPassword global::System.Web.UI.WebControls.TextBox
emptyEmailValidator global::System.Web.UI.WebControls.RequiredFieldValidator
errorMessage global::System.Web.UI.WebControls.Label
forgotPassword global::System.Web.UI.WebControls.LinkButton
forgotPasswordPanel global::System.Web.UI.WebControls.Panel
frm global::System.Web.UI.HtmlControls.HtmlForm
loginPanel global::System.Web.UI.WebControls.Panel
mailPanel global::System.Web.UI.UpdatePanel
passwordSentPanel global::System.Web.UI.WebControls.Panel
sendPassword global::System.Web.UI.WebControls.Button
sm global::System.Web.UI.ScriptManager

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
OnLogin ( object sender, CommandEventArgs e ) : void
OnSendPasswordButtonClick ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
forgotPassword_OnForgotPassword ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
HideLoginPanel ( ) : void
PerformLogin ( Requester requester ) : void
ShowErrorMessage ( string message ) : void
ShowPasswordSentPanel ( ) : void
TryAutoLogin ( ) : void
TryLoginAnonymously ( ) : void

메소드 상세

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e EventArgs
리턴 void

OnLogin() 보호된 메소드

protected OnLogin ( object sender, CommandEventArgs e ) : void
sender object
e CommandEventArgs
리턴 void

OnSendPasswordButtonClick() 보호된 메소드

protected OnSendPasswordButtonClick ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

forgotPassword_OnForgotPassword() 보호된 메소드

protected forgotPassword_OnForgotPassword ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

FailureText 보호되어 있는 프로퍼티

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

Password 보호되어 있는 프로퍼티

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

PasswordRequired 보호되어 있는 프로퍼티

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

RememberMe 보호되어 있는 프로퍼티

RememberMe control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox RememberMe
리턴 global::System.Web.UI.WebControls.CheckBox

UserName 보호되어 있는 프로퍼티

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

UserNameRequired 보호되어 있는 프로퍼티

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

btnLogin 보호되어 있는 프로퍼티

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

btnLoginAsGuest 보호되어 있는 프로퍼티

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

correctEmailValidator 보호되어 있는 프로퍼티

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

emailToSendPassword 보호되어 있는 프로퍼티

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

emptyEmailValidator 보호되어 있는 프로퍼티

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

errorMessage 보호되어 있는 프로퍼티

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

forgotPassword 보호되어 있는 프로퍼티

forgotPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton forgotPassword
리턴 global::System.Web.UI.WebControls.LinkButton

forgotPasswordPanel 보호되어 있는 프로퍼티

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

frm 보호되어 있는 프로퍼티

frm control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm frm
리턴 global::System.Web.UI.HtmlControls.HtmlForm

loginPanel 보호되어 있는 프로퍼티

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

mailPanel 보호되어 있는 프로퍼티

mailPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel mailPanel
리턴 global::System.Web.UI.UpdatePanel

passwordSentPanel 보호되어 있는 프로퍼티

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

sendPassword 보호되어 있는 프로퍼티

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

sm 보호되어 있는 프로퍼티

sm control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.ScriptManager sm
리턴 global::System.Web.UI.ScriptManager