C# 클래스 RepeatCommand, WordBuilder

상속: CommandBase
파일 보기 프로젝트 열기: alfar/WordBuilder 1 사용 예제들

공개 메소드들

메소드 설명
CheckSanity ( Project, project ) : void
Execute ( Context, context ) : void
LoadCommand ( Project, project, System reader, string line, int &lineNumber ) : void
WriteCommand ( System writer ) : void

메소드 상세

CheckSanity() 공개 메소드

public CheckSanity ( Project, project ) : void
project Project,
리턴 void

Execute() 공개 메소드

public Execute ( Context, context ) : void
context Context,
리턴 void

LoadCommand() 공개 메소드

public LoadCommand ( Project, project, System reader, string line, int &lineNumber ) : void
project Project,
reader System
line string
lineNumber int
리턴 void

WriteCommand() 공개 메소드

public WriteCommand ( System writer ) : void
writer System
리턴 void