C# 클래스 Rock.Apps.CheckScannerUtility.OptionsPage

Interaction logic for OptionsPage.xaml
상속: System.Windows.Controls.Page
파일 보기 프로젝트 열기: SparkDevNetwork/Rock 1 사용 예제들

Private Properties

프로퍼티 타입 설명
LoadDropDowns void
Page_Loaded void
ShowDetail void
btnCancel_Click void
btnSave_Click void
cboScannerInterfaceType_SelectionChanged void

공개 메소드들

메소드 설명
OptionsPage ( BatchPage batchPage ) : System

Initializes a new instance of the OptionsPage class.

비공개 메소드들

메소드 설명
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.

메소드 상세

OptionsPage() 공개 메소드

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