C# Class EventStore.VSTools.Commands.CommandBase

Inheritance: IVsCommand
Mostra file Open project: AlexeyRaga/esvstools

Public Methods

Method Description
Execute ( HierarchyNode node ) : void

Protected Methods

Method Description
ClearOutput ( ) : void
CommandBase ( IPublish publisher ) : System
ShowErrorDialog ( string message ) : void
WriteOutput ( string message ) : void
WriteOutputLine ( string message ) : void

Method Details

ClearOutput() protected method

protected ClearOutput ( ) : void
return void

CommandBase() protected method

protected CommandBase ( IPublish publisher ) : System
publisher IPublish
return System

Execute() public abstract method

public abstract Execute ( HierarchyNode node ) : void
node HierarchyNode
return void

ShowErrorDialog() protected method

protected ShowErrorDialog ( string message ) : void
message string
return void

WriteOutput() protected method

protected WriteOutput ( string message ) : void
message string
return void

WriteOutputLine() protected method

protected WriteOutputLine ( string message ) : void
message string
return void