C# Class Gwupe.Agent.UI.WPF.LoginControl

Interaction logic for LoginControl.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: gwupe/Gwupe

Méthodes publiques

Méthode Description
LoginControl ( Dashboard dashboard ) : System
LoginFailed ( DataSubmitErrorArgs dataSubmissionErrors ) : bool
LoginGuestClick ( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) : void
NewUserCreate ( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) : void

Private Methods

Méthode Description
ApplyBlurEffect ( Dashboard dashboard ) : void
ClearBlurEffect ( Dashboard dashboard ) : void
ProcessLogin ( ) : void
ResetStatus ( ) : void
Validate ( ) : bool
password_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
signin_click ( object sender, System e ) : void
username_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void

Method Details

LoginControl() public méthode

public LoginControl ( Dashboard dashboard ) : System
dashboard Dashboard
Résultat System

LoginFailed() public méthode

public LoginFailed ( DataSubmitErrorArgs dataSubmissionErrors ) : bool
dataSubmissionErrors Gwupe.Agent.Components.DataSubmitErrorArgs
Résultat bool

LoginGuestClick() public méthode

public LoginGuestClick ( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) : void
sender object
e System.Windows.Navigation.RequestNavigateEventArgs
Résultat void

NewUserCreate() public méthode

public NewUserCreate ( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) : void
sender object
e System.Windows.Navigation.RequestNavigateEventArgs
Résultat void