C# Class ConfigurationSetupUtility.Screens.NodeSelectionScreen

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

Public Methods

Method Description
NodeSelectionScreen ( ) : System

Creates a new instance of the NodeSelectionScreen class.

Private Methods

Method Description
DataGrid_Loaded ( object sender, System e ) : void
DataGrid_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
GetCompanyNameFromConfigFile ( ) : string
GetConnection ( string connectionString, string dataProviderString ) : IDbConnection
GetConnectionFromConfigFile ( ) : IDbConnection
GetDatabaseConnection ( ) : IDbConnection
GetMySqlConnection ( ) : IDbConnection
GetNodeIdFromConfigFile ( string configFileName ) : System.Guid
GetNodes ( IDbConnection connection ) : IList
GetOracleConnection ( ) : IDbConnection
GetPostgresConnection ( ) : IDbConnection
GetSqlServerConnection ( ) : IDbConnection
GetSqliteDatabaseConnection ( ) : IDbConnection
GetValueOfSystemSetting ( string configFileName, string settingName ) : string
InitializeState ( ) : void
NewNodeButton_Click ( object sender, System e ) : void
NewNodeTextBox_PreviewKeyDown ( object sender, System e ) : void
TryAddNodeInfo ( string configFileName ) : void
UpdateDataGrid ( ) : void
UpdateNewNode ( ) : void

Method Details

NodeSelectionScreen() public method

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