Свойство | Тип | Описание | |
---|---|---|---|
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, |
Handles the Click event of the btnConnect control.
|
|
btnNext_Click ( object sender, |
Handles the Click event of the btnNext control.
|
|
btnOk_Click ( object sender, |
Handles the Click event of the btnOk control.
|
|
btnUpload_Click ( object sender, |
Handles the Click event of the btnUpload control.
|
|
bwPreview_DoWork ( object sender, |
Handles the DoWork event of the bwLoadSchema control.
|
|
bwPreview_RunWorkerCompleted ( object sender, |
Handles the RunWorkerCompleted event of the bwLoadSchema control.
|
public static GetPropValue ( object src, string propName ) : object | ||
src | object | The source. |
propName | string | Name of the property. |
Результат | object |