C# Class EventStore.VSTools.Commands.CommandBase

Inheritance: IVsCommand
Afficher le fichier Open project: AlexeyRaga/esvstools

Méthodes publiques

Méthode Description
Execute ( HierarchyNode node ) : void

Méthodes protégées

Méthode Description
ClearOutput ( ) : void
CommandBase ( IPublish publisher ) : System
ShowErrorDialog ( string message ) : void
WriteOutput ( string message ) : void
WriteOutputLine ( string message ) : void

Method Details

ClearOutput() protected méthode

protected ClearOutput ( ) : void
Résultat void

CommandBase() protected méthode

protected CommandBase ( IPublish publisher ) : System
publisher IPublish
Résultat System

Execute() public abstract méthode

public abstract Execute ( HierarchyNode node ) : void
node HierarchyNode
Résultat void

ShowErrorDialog() protected méthode

protected ShowErrorDialog ( string message ) : void
message string
Résultat void

WriteOutput() protected méthode

protected WriteOutput ( string message ) : void
message string
Résultat void

WriteOutputLine() protected méthode

protected WriteOutputLine ( string message ) : void
message string
Résultat void