C# Class Pilgrim.Template.Dialog.SqlConnectionUIControl

Show file Open project: juanplopes/pilgrim

Private Properties

Property Type Description
Browse void
EnumerateDatabases void
EnumerateDatabases void
EnumerateServers void
EnumerateServers void
HandleComboBoxDownKey void
InitializeComponent void
PopulateDatabaseComboBox void
PopulateServerComboBox void
ProcessDialogKey bool
RefreshServers void
SetAttachDatabase void
SetAuthenticationOption void
SetDatabase void
SetDatabaseGroupBoxStatus void
SetDatabaseOption void
SetLogicalFilename void
SetPassword void
SetSavePassword void
SetServer void
SetUserName void
TextWithoutMnemonics string
TrimControlText void

Public Methods

Method Description
Initialize ( IDataConnectionProperties connectionProperties ) : void
LoadProperties ( ) : void
SqlConnectionUIControl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnParentChanged ( EventArgs e ) : void
OnRightToLeftChanged ( EventArgs e ) : void
ScaleControl ( SizeF factor, BoundsSpecified specified ) : void

Private Methods

Method Description
Browse ( object sender, System e ) : void
EnumerateDatabases ( ) : void
EnumerateDatabases ( object sender, System e ) : void
EnumerateServers ( ) : void
EnumerateServers ( object sender, System e ) : void
HandleComboBoxDownKey ( object sender, KeyEventArgs e ) : void
InitializeComponent ( ) : void

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

PopulateDatabaseComboBox ( ) : void
PopulateServerComboBox ( ) : void
ProcessDialogKey ( Keys keyData ) : bool
RefreshServers ( object sender, System e ) : void
SetAttachDatabase ( object sender, System e ) : void
SetAuthenticationOption ( object sender, EventArgs e ) : void
SetDatabase ( object sender, System e ) : void
SetDatabaseGroupBoxStatus ( object sender, System e ) : void
SetDatabaseOption ( object sender, System e ) : void
SetLogicalFilename ( object sender, System e ) : void
SetPassword ( object sender, System e ) : void
SetSavePassword ( object sender, System e ) : void
SetServer ( object sender, EventArgs e ) : void
SetUserName ( object sender, System e ) : void
TextWithoutMnemonics ( string text ) : string
TrimControlText ( object sender, System e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

Initialize() public method

public Initialize ( IDataConnectionProperties connectionProperties ) : void
connectionProperties IDataConnectionProperties
return void

LoadProperties() public method

public LoadProperties ( ) : void
return void

OnParentChanged() protected method

protected OnParentChanged ( EventArgs e ) : void
e EventArgs
return void

OnRightToLeftChanged() protected method

protected OnRightToLeftChanged ( EventArgs e ) : void
e EventArgs
return void

ScaleControl() protected method

protected ScaleControl ( SizeF factor, BoundsSpecified specified ) : void
factor SizeF
specified BoundsSpecified
return void

SqlConnectionUIControl() public method

public SqlConnectionUIControl ( ) : System
return System