C# 클래스 Excavator.ConnectPage

Interaction logic for ConnectWindow.xaml
상속: System.Windows.Controls.Page
파일 보기 프로젝트 열기: NewSpring/Excavator

Private Properties

프로퍼티 타입 설명
InitializeDBConnection void
RaisePropertyChanged void
btnConnect_Click void
btnNext_Click void
btnOk_Click void
btnUpload_Click void
bwPreview_DoWork void
bwPreview_RunWorkerCompleted void

공개 메소드들

메소드 설명
ConnectPage ( ) : System

Initializes a new instance of the FrontEndLoader class.

GetPropValue ( object src, string propName ) : object

Gets the name of the selected type.

LoadExcavatorTypes ( ) : void

Loads the excavator types as MEF components.

비공개 메소드들

메소드 설명
InitializeDBConnection ( ) : void

Initializes the database connection.

RaisePropertyChanged ( string propertyName ) : void

Raises the property changed.

btnConnect_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnConnect control.

btnNext_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnNext control.

btnOk_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnOk control.

btnUpload_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnUpload control.

bwPreview_DoWork ( object sender, DoWorkEventArgs e ) : void

Handles the DoWork event of the bwLoadSchema control.

bwPreview_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void

Handles the RunWorkerCompleted event of the bwLoadSchema control.

메소드 상세

ConnectPage() 공개 메소드

Initializes a new instance of the FrontEndLoader class.
public ConnectPage ( ) : System
리턴 System

GetPropValue() 공개 정적인 메소드

Gets the name of the selected type.
public static GetPropValue ( object src, string propName ) : object
src object The source.
propName string Name of the property.
리턴 object

LoadExcavatorTypes() 공개 메소드

Loads the excavator types as MEF components.
public LoadExcavatorTypes ( ) : void
리턴 void