C# 클래스 Whee.WordBuilder.Model.Commands.PrefixCommand

상속: CommandBase
파일 보기 프로젝트 열기: alfar/WordBuilder

공개 메소드들

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

메소드 상세

CheckSanity() 공개 메소드

public CheckSanity ( Project project, Whee serializer ) : void
project Project
serializer Whee
리턴 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

LoadCommand() 공개 메소드

public LoadCommand ( Whee serializer ) : void
serializer Whee
리턴 void

WriteCommand() 공개 메소드

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