C# Class SQLServerForExcel_Addin.DatabaseExplorerTaskPane

Inheritance: AddinExpress.XL.ADXExcelTaskPane
Afficher le fichier Open project: Pietervdw/SQLForExcel

Méthodes publiques

Méthode Description
DatabaseExplorerTaskPane ( ) : System
RefreshChanges ( ) : void
ToSafeXml ( string xmlString ) : string

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

RefreshSheetData ( ) : void
btnApplyChangesToDb_Click ( object sender, EventArgs e ) : void
btnBrowseForDataFile_Click ( object sender, EventArgs e ) : void
btnConnectToDatabase_Click ( object sender, EventArgs e ) : void
btnInsertDataToSelection_Click ( object sender, EventArgs e ) : void
btnRefreshData_Click ( object sender, EventArgs e ) : void
btnSaveChangesToFile_Click ( object sender, EventArgs e ) : void
lblRefresh_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
tabPageSheetChanges_Enter ( object sender, EventArgs e ) : void
tvTables_NodeMouseDoubleClick ( object sender, TreeNodeMouseClickEventArgs e ) : void

Method Details

DatabaseExplorerTaskPane() public méthode

public DatabaseExplorerTaskPane ( ) : System
Résultat System

Dispose() protected méthode

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

RefreshChanges() public méthode

public RefreshChanges ( ) : void
Résultat void

ToSafeXml() public static méthode

public static ToSafeXml ( string xmlString ) : string
xmlString string
Résultat string