C# Class TpLogin, Tp.HelpDesk

Inheritance: Hd.Web.Extensions.PersisterBasePage
Afficher le fichier Open project: TargetProcess/Tp.HelpDesk

Protected Properties

Свойство Type Description
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

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
HideLoginPanel ( ) : void
PerformLogin ( Requester requester ) : void
ShowErrorMessage ( string message ) : void
ShowPasswordSentPanel ( ) : void
TryAutoLogin ( ) : void
TryLoginAnonymously ( ) : void

Method Details

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e EventArgs
Résultat void

OnLogin() protected méthode

protected OnLogin ( object sender, CommandEventArgs e ) : void
sender object
e CommandEventArgs
Résultat void

OnSendPasswordButtonClick() protected méthode

protected OnSendPasswordButtonClick ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

forgotPassword_OnForgotPassword() protected méthode

protected forgotPassword_OnForgotPassword ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

FailureText protected_oe property

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
Résultat global::System.Web.UI.WebControls.Literal

Password protected_oe property

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
Résultat global::System.Web.UI.WebControls.TextBox

PasswordRequired protected_oe property

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
Résultat global::System.Web.UI.WebControls.RequiredFieldValidator

RememberMe protected_oe property

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
Résultat global::System.Web.UI.WebControls.CheckBox

UserName protected_oe property

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
Résultat global::System.Web.UI.WebControls.TextBox

UserNameRequired protected_oe property

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
Résultat global::System.Web.UI.WebControls.RequiredFieldValidator

btnLogin protected_oe property

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
Résultat global::System.Web.UI.WebControls.Button

btnLoginAsGuest protected_oe property

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
Résultat global::System.Web.UI.WebControls.Button

correctEmailValidator protected_oe property

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
Résultat global::System.Web.UI.WebControls.RegularExpressionValidator

emailToSendPassword protected_oe property

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
Résultat global::System.Web.UI.WebControls.TextBox

emptyEmailValidator protected_oe property

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
Résultat global::System.Web.UI.WebControls.RequiredFieldValidator

errorMessage protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label

forgotPassword protected_oe property

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
Résultat global::System.Web.UI.WebControls.LinkButton

forgotPasswordPanel protected_oe property

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
Résultat global::System.Web.UI.WebControls.Panel

frm protected_oe property

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
Résultat global::System.Web.UI.HtmlControls.HtmlForm

loginPanel protected_oe property

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
Résultat global::System.Web.UI.WebControls.Panel

mailPanel protected_oe property

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

passwordSentPanel protected_oe property

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
Résultat global::System.Web.UI.WebControls.Panel

sendPassword protected_oe property

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
Résultat global::System.Web.UI.WebControls.Button

sm protected_oe property

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