C# Class FdoToolbox.DataStoreManager.Controls.FdoDataStoreCtrl

Exibir arquivo Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
FdoDataStoreCtrl ( ) : System
FdoDataStoreCtrl ( FdoConnection conn ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Method Description
EvaluateCommandStates ( ) : void
ExportToFile ( string provider, string file, int maxSchemas, int maxSpatialContexts ) : bool
HighlightApplyButton ( ) : void
InitializeComponent ( ) : void

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

OnDataStoreChanged ( ) : void
OnUpdateState ( object sender, EventArgs e ) : void
ResetApplyButton ( ) : void
btnImport_Click ( object sender, EventArgs e ) : void
btnSaveAllSchemas_Click ( object sender, EventArgs e ) : void
btnSaveEverything_Click ( object sender, EventArgs e ) : void
btnSaveSdf_Click ( object sender, EventArgs e ) : void
btnSaveSelectedSchema_Click ( object sender, EventArgs e ) : void
btnSaveSpatialContexts_Click ( object sender, EventArgs e ) : void
btnSaveSqlite_Click ( object sender, EventArgs e ) : void
btnSaveXmlConfig_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

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

FdoDataStoreCtrl() public method

public FdoDataStoreCtrl ( ) : System
return System

FdoDataStoreCtrl() public method

public FdoDataStoreCtrl ( FdoConnection conn ) : System
conn FdoConnection
return System

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void