C# Class Pilgrim.Template.Dialog.OracleConnectionUIControl

Afficher le fichier Open project: juanplopes/pilgrim

Private Properties

Свойство Type Description
InitializeComponent void
SetPassword void
SetSavePassword void
SetServer void
SetUserName void
TrimControlText void

Méthodes publiques

Méthode Description
Initialize ( IDataConnectionProperties connectionProperties ) : void
LoadProperties ( ) : void
OracleConnectionUIControl ( ) : System

Méthodes protégées

Méthode 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

Méthode 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 méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Initialize() public méthode

public Initialize ( IDataConnectionProperties connectionProperties ) : void
connectionProperties IDataConnectionProperties
Résultat void

LoadProperties() public méthode

public LoadProperties ( ) : void
Résultat void

OnParentChanged() protected méthode

protected OnParentChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnRightToLeftChanged() protected méthode

protected OnRightToLeftChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OracleConnectionUIControl() public méthode

public OracleConnectionUIControl ( ) : System
Résultat System

ScaleControl() protected méthode

protected ScaleControl ( SizeF factor, BoundsSpecified specified ) : void
factor SizeF
specified BoundsSpecified
Résultat void