C# Class Nav.Common.VSPackages.CrmDeveloperHelper.ToolWindowPanes.FetchXmlExecutorToolWindowPane

Inheritance: ToolWindowPane
Afficher le fichier Open project: PonomarevDmitry/CrmDeveloperHelper

Méthodes publiques

Méthode Description
Execute ( ) : void
FetchXmlExecutorToolWindowPane ( ) : Microsoft.VisualStudio.Shell
GetSelectedConnection ( ) : ConnectionData
SetSource ( string filePath, ConnectionData connectionData, IWriteToOutput iWriteToOutput ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnClose ( ) : void
OnCreate ( ) : void

Private Methods

Méthode Description
SetCaption ( ) : void
_control_ConnectionChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Execute() public méthode

public Execute ( ) : void
Résultat void

FetchXmlExecutorToolWindowPane() public méthode

public FetchXmlExecutorToolWindowPane ( ) : Microsoft.VisualStudio.Shell
Résultat Microsoft.VisualStudio.Shell

GetSelectedConnection() public méthode

public GetSelectedConnection ( ) : ConnectionData
Résultat ConnectionData

OnClose() protected méthode

protected OnClose ( ) : void
Résultat void

OnCreate() protected méthode

protected OnCreate ( ) : void
Résultat void

SetSource() public méthode

public SetSource ( string filePath, ConnectionData connectionData, IWriteToOutput iWriteToOutput ) : void
filePath string
connectionData ConnectionData
iWriteToOutput IWriteToOutput
Résultat void