C# Класс Pilgrim.Template.Dialog.OracleConnectionUIControl

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
InitializeComponent void
SetPassword void
SetSavePassword void
SetServer void
SetUserName void
TrimControlText void

Открытые методы

Метод Описание
Initialize ( IDataConnectionProperties connectionProperties ) : void
LoadProperties ( ) : void
OracleConnectionUIControl ( ) : 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

Приватные методы

Метод Описание
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

Описание методов

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

OracleConnectionUIControl() публичный Метод

public OracleConnectionUIControl ( ) : System
Результат System

ScaleControl() защищенный Метод

protected ScaleControl ( SizeF factor, BoundsSpecified specified ) : void
factor SizeF
specified BoundsSpecified
Результат void