C# Class MySql.Data.VisualStudio.MySqlDataConnectionUI

Afficher le fichier Open project: elevate/mysqlconnector-.net

Méthodes publiques

Méthode Description
LoadProperties ( ) : void

Initializes GUI elements with properties values.

MySqlDataConnectionUI ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AttemptToCreateDatabase ( ) : bool
DatabaseExists ( ) : bool
InitializeComponent ( ) : void

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

SavePasswordChanged ( object sender, EventArgs e ) : void
SetProperty ( object sender, EventArgs e ) : void

Handles TextChanged event from all textboxes.

TrimControlText ( object sender, EventArgs e ) : void

Handles Leave event and trims text.

dbList_DropDown ( object sender, EventArgs e ) : void
okButton_Click ( object sender, EventArgs e ) : void

We hook the ok button of our parent form so we can implement our 'create database' functionality

Method Details

Dispose() protected méthode

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

LoadProperties() public méthode

Initializes GUI elements with properties values.
public LoadProperties ( ) : void
Résultat void

MySqlDataConnectionUI() public méthode

public MySqlDataConnectionUI ( ) : System
Résultat System