C# Class ClearCanvas.ImageServer.Web.Application.Pages.Login.LoginPage

Afficher le fichier Open project: jasper-yeh/ClearCanvas

Méthodes publiques

Méthode Description
ChangePassword ( object sender, EventArgs e ) : void

Méthodes protégées

Méthode Description
LoginClicked ( object sender, EventArgs e ) : void
OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
RedirectAfterLogin ( ) : void
SetSplashScreen ( ) : void

Sets the splash screen for the current application

ShowError ( string error ) : void

Method Details

ChangePassword() public méthode

public ChangePassword ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

LoginClicked() protected méthode

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

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
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