C# Class FdoToolbox.Base.Controls.FdoCreateDataStoreCtl

Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Méthode Description
AddConnectProperty ( DictionaryProperty p ) : void
AddDataStoreProperty ( DictionaryProperty p ) : void
AddEnumerableConnectProperty ( string name, string defaultValue, string values ) : void
AddEnumerableDataStoreProperty ( string name, string defaultValue, string values ) : void
FdoCreateDataStoreCtl ( ) : System
InitializeConnectGrid ( ) : void
InitializeDataStoreGrid ( ) : void
ResetConnectGrid ( ) : void
ResetDataStoreGrid ( ) : void

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.

IsPasswordCell ( DataGridViewCell cell ) : bool
btnCancel_Click ( object sender, EventArgs e ) : void
btnCreate_Click ( object sender, EventArgs e ) : void
cmbProvider_SelectionChanged ( object sender, EventArgs e ) : void
grdConnectionProperties_CellMouseDown ( object sender, DataGridViewCellMouseEventArgs e ) : void
grdConnectionProperties_CellPainting ( object sender, DataGridViewCellPaintingEventArgs e ) : void
grdConnectionProperties_EditingControlShowing ( object sender, DataGridViewEditingControlShowingEventArgs e ) : void
grdDataStoreProperties_CellMouseDown ( object sender, DataGridViewCellMouseEventArgs e ) : void
insertCurrentApplicationPathToolStripMenuItem_Click ( object sender, EventArgs e ) : void
insertDirectoryToolStripMenuItem_Click ( object sender, EventArgs e ) : void
insertFilePathOpenToolStripMenuItem_Click ( object sender, EventArgs e ) : void
insertFilePathSaveToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

AddConnectProperty() public méthode

public AddConnectProperty ( DictionaryProperty p ) : void
p DictionaryProperty
Résultat void

AddDataStoreProperty() public méthode

public AddDataStoreProperty ( DictionaryProperty p ) : void
p DictionaryProperty
Résultat void

AddEnumerableConnectProperty() public méthode

public AddEnumerableConnectProperty ( string name, string defaultValue, string values ) : void
name string
defaultValue string
values string
Résultat void

AddEnumerableDataStoreProperty() public méthode

public AddEnumerableDataStoreProperty ( string name, string defaultValue, string values ) : void
name string
defaultValue string
values string
Résultat void

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

FdoCreateDataStoreCtl() public méthode

public FdoCreateDataStoreCtl ( ) : System
Résultat System

InitializeConnectGrid() public méthode

public InitializeConnectGrid ( ) : void
Résultat void

InitializeDataStoreGrid() public méthode

public InitializeDataStoreGrid ( ) : void
Résultat void

OnLoad() protected méthode

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

ResetConnectGrid() public méthode

public ResetConnectGrid ( ) : void
Résultat void

ResetDataStoreGrid() public méthode

public ResetDataStoreGrid ( ) : void
Résultat void