C# 클래스 EventStore.VSTools.Commands.CommandBase

상속: IVsCommand
파일 보기 프로젝트 열기: AlexeyRaga/esvstools

공개 메소드들

메소드 설명
Execute ( HierarchyNode node ) : void

보호된 메소드들

메소드 설명
ClearOutput ( ) : void
CommandBase ( IPublish publisher ) : System
ShowErrorDialog ( string message ) : void
WriteOutput ( string message ) : void
WriteOutputLine ( string message ) : void

메소드 상세

ClearOutput() 보호된 메소드

protected ClearOutput ( ) : void
리턴 void

CommandBase() 보호된 메소드

protected CommandBase ( IPublish publisher ) : System
publisher IPublish
리턴 System

Execute() 공개 추상적인 메소드

public abstract Execute ( HierarchyNode node ) : void
node HierarchyNode
리턴 void

ShowErrorDialog() 보호된 메소드

protected ShowErrorDialog ( string message ) : void
message string
리턴 void

WriteOutput() 보호된 메소드

protected WriteOutput ( string message ) : void
message string
리턴 void

WriteOutputLine() 보호된 메소드

protected WriteOutputLine ( string message ) : void
message string
리턴 void