C# Class Rock.Apps.CheckScannerUtility.LoginPage

Interaction logic for LoginPage.xaml
Inheritance: System.Windows.Controls.Page
Show file Open project: SparkDevNetwork/Rock Class Usage Examples

Private Properties

Property Type Description
HideLoginWarning void
LoginLabel_MouseDoubleClick void
Page_KeyDown void
Page_Loaded void
btnLogin_Click void

Public Methods

Method Description
LoginPage ( ) : System

Initializes a new instance of the LoginPage class.

LoginPage ( bool forceRockURLVisible ) : System

Initializes a new instance of the LoginPage class.

Private Methods

Method Description
HideLoginWarning ( object sender, System e ) : void

Hides the login warning.

LoginLabel_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

(EasterEgg) Handles the MouseDoubleClick event of the LoginLabel control.

Page_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void

Handles the KeyDown event of the Page control.

Page_Loaded ( object sender, RoutedEventArgs e ) : void

Handles the Loaded event of the Page control.

btnLogin_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnLogin control.

Method Details

LoginPage() public method

Initializes a new instance of the LoginPage class.
public LoginPage ( ) : System
return System

LoginPage() public method

Initializes a new instance of the LoginPage class.
public LoginPage ( bool forceRockURLVisible ) : System
forceRockURLVisible bool
return System