C# 클래스 Pilgrim.Template.Dialog.SqlConnectionUIControl

파일 보기 프로젝트 열기: juanplopes/pilgrim

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Initialize ( IDataConnectionProperties connectionProperties ) : void
LoadProperties ( ) : void
SqlConnectionUIControl ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

Initialize() 공개 메소드

public Initialize ( IDataConnectionProperties connectionProperties ) : void
connectionProperties IDataConnectionProperties
리턴 void

LoadProperties() 공개 메소드

public LoadProperties ( ) : void
리턴 void

OnParentChanged() 보호된 메소드

protected OnParentChanged ( EventArgs e ) : void
e EventArgs
리턴 void

OnRightToLeftChanged() 보호된 메소드

protected OnRightToLeftChanged ( EventArgs e ) : void
e EventArgs
리턴 void

ScaleControl() 보호된 메소드

protected ScaleControl ( SizeF factor, BoundsSpecified specified ) : void
factor SizeF
specified BoundsSpecified
리턴 void

SqlConnectionUIControl() 공개 메소드

public SqlConnectionUIControl ( ) : System
리턴 System