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

Inheritance: ToolWindowPane
Mostra file Open project: PonomarevDmitry/CrmDeveloperHelper

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnClose ( ) : void
OnCreate ( ) : void

Private Methods

Method Description
SetCaption ( ) : void
_control_ConnectionChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Execute() public method

public Execute ( ) : void
return void

FetchXmlExecutorToolWindowPane() public method

public FetchXmlExecutorToolWindowPane ( ) : Microsoft.VisualStudio.Shell
return Microsoft.VisualStudio.Shell

GetSelectedConnection() public method

public GetSelectedConnection ( ) : ConnectionData
return ConnectionData

OnClose() protected method

protected OnClose ( ) : void
return void

OnCreate() protected method

protected OnCreate ( ) : void
return void

SetSource() public method

public SetSource ( string filePath, ConnectionData connectionData, IWriteToOutput iWriteToOutput ) : void
filePath string
connectionData ConnectionData
iWriteToOutput IWriteToOutput
return void