C# Class nHydrate.Generator.DatabaseConnectionControl

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: nHydrate/nHydrate

Private Properties

Свойство Type Description
InitializeComponent void
RefreshEnabled void
chkWinAuth_CheckedChanged void
opt1_CheckedChanged void
opt2_CheckedChanged void

Méthodes publiques

Méthode Description
DatabaseConnectionControl ( ) : System
LoadSettings ( ) : void
PersistSettings ( ) : void
RefreshOptions ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

RefreshEnabled ( ) : void
chkWinAuth_CheckedChanged ( object sender, EventArgs e ) : void
opt1_CheckedChanged ( object sender, System e ) : void
opt2_CheckedChanged ( object sender, System e ) : void

Method Details

DatabaseConnectionControl() public méthode

public DatabaseConnectionControl ( ) : System
Résultat System

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

LoadSettings() public méthode

public LoadSettings ( ) : void
Résultat void

PersistSettings() public méthode

public PersistSettings ( ) : void
Résultat void

RefreshOptions() public méthode

public RefreshOptions ( ) : void
Résultat void