C# Класс MySql.Data.VisualStudio.MySqlDataConnectionUI

Показать файл Открыть проект

Открытые методы

Метод Описание
LoadProperties ( ) : void

Initializes GUI elements with properties values.

MySqlDataConnectionUI ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

LoadProperties() публичный Метод

Initializes GUI elements with properties values.
public LoadProperties ( ) : void
Результат void

MySqlDataConnectionUI() публичный Метод

public MySqlDataConnectionUI ( ) : System
Результат System