C# Class ComparisonUtility.MigrationUtility

ファイルを表示 Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Public Methods

Method Description
MigrationUtility ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ClearUpdateMessages ( ) : void
CompareArchives ( object state ) : void
EnableGoButton ( bool enabled ) : void
FastMigration ( object state ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LiveMigration ( object state ) : void
MigrationUtility_FormClosed ( object sender, FormClosedEventArgs e ) : void
MigrationUtility_FormClosing ( object sender, FormClosingEventArgs e ) : void
MigrationUtility_Load ( object sender, EventArgs e ) : void
SetProgressMaximum ( int maximum ) : void
ShowUpdateMessage ( string message ) : void
UpdateInstanceName ( string instanceName ) : void
UpdateProgressBar ( int value ) : void
buttonGo_Click ( object sender, EventArgs e ) : void
buttonOpenDestinationFilesLocation_Click ( object sender, EventArgs e ) : void
buttonOpenSourceFilesLocation_Click ( object sender, EventArgs e ) : void
buttonOpenSourceOffloadedFilesLocation_Click ( object sender, EventArgs e ) : void
checkBoxIgnoreDuplicateKeys_CheckedChanged ( object sender, EventArgs e ) : void
radioButtonCompareArchives_CheckedChanged ( object sender, EventArgs e ) : void
radioButtonFastMigration_CheckedChanged ( object sender, EventArgs e ) : void
radioButtonLiveMigration_CheckedChanged ( object sender, EventArgs e ) : void
textBoxDestinationFiles_TextChanged ( object sender, EventArgs e ) : void
textBoxSourceFiles_TextChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

MigrationUtility() public method

public MigrationUtility ( ) : System
return System