C# 클래스 GSF.PhasorProtocols.UI.UserControls.InputWizardUserControl

Interaction logic for InputWizardUserControl.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

공개 메소드들

메소드 설명
InputWizardUserControl ( ) : System

Creates an instance of InputWizardUserControl class.

InputWizardUserControl ( GSF.PhasorProtocols.UI.DataModels.Device device ) : System

Creates an instance of InputWizardUserControl class for the specified Device.

비공개 메소드들

메소드 설명
ButtonNext_Click ( object sender, RoutedEventArgs e ) : void
ButtonPrevious_Click ( object sender, RoutedEventArgs e ) : void
CheckBoxAll_Checked ( object sender, RoutedEventArgs e ) : void

Hanldes checked event on the select all check box.

CheckBoxAll_Unchecked ( object sender, RoutedEventArgs e ) : void

Handles unchecked event on the select all check box.

CheckBoxDevice_Checked ( object sender, RoutedEventArgs e ) : void
CheckBoxDevice_Unchecked ( object sender, RoutedEventArgs e ) : void
ExpanderStep1_Expanded ( object sender, RoutedEventArgs e ) : void
ExpanderStep2_Expanded ( object sender, RoutedEventArgs e ) : void
ExpanderStep3_Expanded ( object sender, RoutedEventArgs e ) : void
InputWizardUserControl_Loaded ( object sender, RoutedEventArgs e ) : void
InputWizardUserControl_Unloaded ( object sender, RoutedEventArgs e ) : void
RowDetailsDataGrid_Initialized ( object sender, EventArgs e ) : void
RowDetailsDataGrid_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
ValidatePMUNames ( ) : bool

메소드 상세

InputWizardUserControl() 공개 메소드

Creates an instance of InputWizardUserControl class.
public InputWizardUserControl ( ) : System
리턴 System

InputWizardUserControl() 공개 메소드

Creates an instance of InputWizardUserControl class for the specified Device.
public InputWizardUserControl ( GSF.PhasorProtocols.UI.DataModels.Device device ) : System
device GSF.PhasorProtocols.UI.DataModels.Device
리턴 System