C# Class Rock.Apps.CheckScannerUtility.OptionsPage

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

Private Properties

Property Type Description
LoadDropDowns void
Page_Loaded void
ShowDetail void
btnCancel_Click void
btnSave_Click void
cboScannerInterfaceType_SelectionChanged void

Public Methods

Method Description
OptionsPage ( BatchPage batchPage ) : System

Initializes a new instance of the OptionsPage class.

Private Methods

Method Description
LoadDropDowns ( ) : void

Loads the drop downs.

Page_Loaded ( object sender, RoutedEventArgs e ) : void

Handles the Loaded event of the Page control.

ShowDetail ( ) : void

Shows the detail.

btnCancel_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnCancel control.

btnSave_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnSave control.

cboScannerInterfaceType_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Handles the SelectionChanged event of the cboScannerInterfaceType control.

Method Details

OptionsPage() public method

Initializes a new instance of the OptionsPage class.
public OptionsPage ( BatchPage batchPage ) : System
batchPage BatchPage
return System