C# Class DropCommand, WordBuilder

显示文件 Open project: alfar/WordBuilder Class Usage Examples

Public Methods

Method Description
CheckSanity ( Project, project ) : void
Execute ( Context, context ) : void
LoadCommand ( Project, project, System reader, string line, int &lineNumber ) : void
WriteCommand ( System writer ) : void

Method Details

CheckSanity() public method

public CheckSanity ( Project, project ) : void
project Project,
return void

Execute() public method

public Execute ( Context, context ) : void
context Context,
return void

LoadCommand() public method

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

WriteCommand() public method

public WriteCommand ( System writer ) : void
writer System
return void