C# Class Whee.WordBuilder.Model.Commands.LiteralCommand

Inheritance: CommandBase
Mostra file Open project: alfar/WordBuilder Class Usage Examples

Public Methods

Method Description
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

Method Details

CheckSanity() public method

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

LoadCommand() public method

public LoadCommand ( Whee serializer ) : void
serializer Whee
return void

WriteCommand() public method

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