C# Class ConfigurationSetupUtility.Screens.DatabaseSetupScreen

Interaction logic for DatabaseSetupScreen.xaml
Inheritance: System.Windows.Controls.UserControl, IScreen
Show file Open project: GridProtectionAlliance/openPDC Class Usage Examples

Public Methods

Method Description
DatabaseSetupScreen ( ) : System

Creates a new instance of the DatabaseSetupScreen class.

Private Methods

Method Description
EnableAuditLogCheckBox_Checked ( object sender, RoutedEventArgs e ) : void
EnableAuditLogCheckBox_Click ( object sender, RoutedEventArgs e ) : void
EnableAuditLogCheckBox_Unchecked ( object sender, RoutedEventArgs e ) : void
InitialDataScriptCheckBox_Checked ( object sender, RoutedEventArgs e ) : void
InitialDataScriptCheckBox_Unchecked ( object sender, RoutedEventArgs e ) : void
InitializeNextScreens ( ) : void
InitializeState ( ) : void
LoadOldConnectionStrings ( string configFileName ) : void
ManageEnableAuditLogCheckBox ( ) : void
MySqlRadioButton_Checked ( object sender, RoutedEventArgs e ) : void
OracleRadioButton_Checked ( object sender, RoutedEventArgs e ) : void
PostgresRadioButton_Checked ( object sender, RoutedEventArgs e ) : void
SampleDataScriptCheckBox_Checked ( object sender, RoutedEventArgs e ) : void
SampleDataScriptCheckBox_Click ( object sender, RoutedEventArgs e ) : void
SampleDataScriptCheckBox_Unchecked ( object sender, RoutedEventArgs e ) : void
SqlServerDatabaseRadioButton_Checked ( object sender, RoutedEventArgs e ) : void
SqliteRadioButton_Checked ( object sender, RoutedEventArgs e ) : void

Method Details

DatabaseSetupScreen() public method

Creates a new instance of the DatabaseSetupScreen class.
public DatabaseSetupScreen ( ) : System
return System