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

Inheritance: CommandBase
Mostra file Open project: alfar/WordBuilder

Public Methods

Method Description
CheckSanity ( Project project, Whee serializer ) : void
Execute ( Context context ) : 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 ( Whee serializer ) : void
serializer Whee
return void

WriteCommand() public method

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