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

Interaction logic for LoginControl.xaml
Inheritance: System.Windows.Controls.UserControl
Mostrar archivo Open project: gwupe/Gwupe

Public Methods

Method 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

Method 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 method

public LoginControl ( Dashboard dashboard ) : System
dashboard Dashboard
return System

LoginFailed() public method

public LoginFailed ( DataSubmitErrorArgs dataSubmissionErrors ) : bool
dataSubmissionErrors Gwupe.Agent.Components.DataSubmitErrorArgs
return bool

LoginGuestClick() public method

public LoginGuestClick ( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) : void
sender object
e System.Windows.Navigation.RequestNavigateEventArgs
return void

NewUserCreate() public method

public NewUserCreate ( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) : void
sender object
e System.Windows.Navigation.RequestNavigateEventArgs
return void