C# Class System.Web.UI.WebControls.ChangePassword

Inheritance: System.Web.UI.WebControls.CompositeControl, INamingContainer, IRenderOuterTable
Afficher le fichier Open project: remobjects/mono Class Usage Examples

Méthodes publiques

Свойство Type Description
CancelButtonCommandName string
ChangePasswordButtonCommandName string
ContinueButtonCommandName string

Private Properties

Свойство Type Description
CurrentPassword_TextChanged void
InitMemberShipProvider void
NewPasswordConfirm_TextChanged void
NewPassword_TextChanged void
ProcessCancelEvent void
ProcessChangePasswordEvent void
ProcessContinueEvent void
SendMail void
SetDesignModeState void
UserName_TextChanged void

Méthodes protégées

Méthode Description
CreateChildControls ( ) : void
LoadControlState ( object savedState ) : void
LoadViewState ( object savedState ) : void
OnBubbleEvent ( object source, EventArgs e ) : bool
OnCancelButtonClick ( EventArgs e ) : void
OnChangePasswordError ( EventArgs e ) : void
OnChangedPassword ( EventArgs e ) : void
OnChangingPassword ( LoginCancelEventArgs e ) : void
OnContinueButtonClick ( EventArgs e ) : void
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
OnSendMailError ( SendMailErrorEventArgs e ) : void
OnSendingMail ( MailMessageEventArgs e ) : void
Render ( HtmlTextWriter writer ) : void
SaveControlState ( ) : object
SaveViewState ( ) : object
TrackViewState ( ) : void

Private Methods

Méthode Description
CurrentPassword_TextChanged ( object sender, EventArgs e ) : void
InitMemberShipProvider ( ) : void
NewPasswordConfirm_TextChanged ( object sender, EventArgs e ) : void
NewPassword_TextChanged ( object sender, EventArgs e ) : void
ProcessCancelEvent ( CommandEventArgs args ) : void
ProcessChangePasswordEvent ( CommandEventArgs args ) : void
ProcessContinueEvent ( CommandEventArgs args ) : void
SendMail ( string username, string password ) : void
SetDesignModeState ( IDictionary data ) : void
UserName_TextChanged ( object sender, EventArgs e ) : void

Method Details

CreateChildControls() protected méthode

protected CreateChildControls ( ) : void
Résultat void

LoadControlState() protected méthode

protected LoadControlState ( object savedState ) : void
savedState object
Résultat void

LoadViewState() protected méthode

protected LoadViewState ( object savedState ) : void
savedState object
Résultat void

OnBubbleEvent() protected méthode

protected OnBubbleEvent ( object source, EventArgs e ) : bool
source object
e EventArgs
Résultat bool

OnCancelButtonClick() protected méthode

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

OnChangePasswordError() protected méthode

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

OnChangedPassword() protected méthode

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

OnChangingPassword() protected méthode

protected OnChangingPassword ( LoginCancelEventArgs e ) : void
e LoginCancelEventArgs
Résultat void

OnContinueButtonClick() protected méthode

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

OnInit() protected méthode

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

OnPreRender() protected méthode

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

OnSendMailError() protected méthode

protected OnSendMailError ( SendMailErrorEventArgs e ) : void
e SendMailErrorEventArgs
Résultat void

OnSendingMail() protected méthode

protected OnSendingMail ( MailMessageEventArgs e ) : void
e MailMessageEventArgs
Résultat void

Render() protected méthode

protected Render ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
Résultat void

SaveControlState() protected méthode

protected SaveControlState ( ) : object
Résultat object

SaveViewState() protected méthode

protected SaveViewState ( ) : object
Résultat object

TrackViewState() protected méthode

protected TrackViewState ( ) : void
Résultat void

Property Details

CancelButtonCommandName public_oe static_oe property

public static string CancelButtonCommandName
Résultat string

ChangePasswordButtonCommandName public_oe static_oe property

public static string ChangePasswordButtonCommandName
Résultat string

ContinueButtonCommandName public_oe static_oe property

public static string ContinueButtonCommandName
Résultat string