C# Class nHydrate.Generator.DatabaseConnectionControl

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: nHydrate/nHydrate

Private Properties

Property Type Description
InitializeComponent void
RefreshEnabled void
chkWinAuth_CheckedChanged void
opt1_CheckedChanged void
opt2_CheckedChanged void

Public Methods

Method Description
DatabaseConnectionControl ( ) : System
LoadSettings ( ) : void
PersistSettings ( ) : void
RefreshOptions ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public DatabaseConnectionControl ( ) : System
return System

Dispose() protected method

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

LoadSettings() public method

public LoadSettings ( ) : void
return void

PersistSettings() public method

public PersistSettings ( ) : void
return void

RefreshOptions() public method

public RefreshOptions ( ) : void
return void