C# Class FdoToolbox.Express.Controls.CreateRdbmsCtl

Afficher le fichier Open project: jumpinjackie/fdotoolbox

Protected Properties

Свойство Type Description
label2 System.Windows.Forms.Label
label3 System.Windows.Forms.Label
lblConfig System.Windows.Forms.Label
lblConnectionName System.Windows.Forms.Label
lblDataStore System.Windows.Forms.Label
lblPassword System.Windows.Forms.Label
lblService System.Windows.Forms.Label
lblUsername System.Windows.Forms.Label
txtCSWkt System.Windows.Forms.TextBox

Méthodes publiques

Méthode Description
CreateDefaultSpatialContext ( ) : SpatialContextInfo
CreateRdbmsCtl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : 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.

btnBrowse_Click ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs e ) : void
btnTest_Click ( object sender, EventArgs e ) : void
chkConnect_CheckedChanged ( object sender, EventArgs e ) : void
cmbExtentType_SelectedIndexChanged ( object sender, EventArgs e ) : void
txtConnectionName_TextChanged ( object sender, EventArgs e ) : void
txtName_TextChanged ( object sender, EventArgs e ) : void

Method Details

CreateDefaultSpatialContext() public méthode

public CreateDefaultSpatialContext ( ) : SpatialContextInfo
Résultat SpatialContextInfo

CreateRdbmsCtl() public méthode

public CreateRdbmsCtl ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnLoad() protected méthode

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

Property Details

label2 protected_oe property

protected System.Windows.Forms.Label label2
Résultat System.Windows.Forms.Label

label3 protected_oe property

protected System.Windows.Forms.Label label3
Résultat System.Windows.Forms.Label

lblConfig protected_oe property

protected System.Windows.Forms.Label lblConfig
Résultat System.Windows.Forms.Label

lblConnectionName protected_oe property

protected System.Windows.Forms.Label lblConnectionName
Résultat System.Windows.Forms.Label

lblDataStore protected_oe property

protected System.Windows.Forms.Label lblDataStore
Résultat System.Windows.Forms.Label

lblPassword protected_oe property

protected System.Windows.Forms.Label lblPassword
Résultat System.Windows.Forms.Label

lblService protected_oe property

protected System.Windows.Forms.Label lblService
Résultat System.Windows.Forms.Label

lblUsername protected_oe property

protected System.Windows.Forms.Label lblUsername
Résultat System.Windows.Forms.Label

txtCSWkt protected_oe property

protected System.Windows.Forms.TextBox txtCSWkt
Résultat System.Windows.Forms.TextBox