C# 클래스 Subtext.Command

파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

메소드 설명
Execute ( Arguments arguments ) : void

Execute the command.

Template method.

보호된 메소드들

메소드 설명
ExecuteCommand ( Arguments arguments ) : void

메소드 상세

Execute() 공개 메소드

Execute the command.
Template method.
public Execute ( Arguments arguments ) : void
arguments Arguments
리턴 void

ExecuteCommand() 보호된 추상적인 메소드

protected abstract ExecuteCommand ( Arguments arguments ) : void
arguments Arguments
리턴 void