C# Class Pilgrim.Template.Dialog.OracleConnectionUIControl

Mostra file Open project: juanplopes/pilgrim

Private Properties

Property Type Description
InitializeComponent void
SetPassword void
SetSavePassword void
SetServer void
SetUserName void
TrimControlText void

Public Methods

Method Description
Initialize ( IDataConnectionProperties connectionProperties ) : void
LoadProperties ( ) : void
OracleConnectionUIControl ( ) : 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
InitializeComponent ( ) : void

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

SetPassword ( object sender, EventArgs e ) : void
SetSavePassword ( object sender, EventArgs e ) : void
SetServer ( object sender, System e ) : void
SetUserName ( object sender, EventArgs e ) : void
TrimControlText ( object sender, EventArgs 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

OracleConnectionUIControl() public method

public OracleConnectionUIControl ( ) : System
return System

ScaleControl() protected method

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