C# Class MarkCommand, WordBuilder

Inheritance: CommandBase
Afficher le fichier Open project: alfar/WordBuilder Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CheckSanity ( Project, project ) : void
project Project,
Résultat void

Execute() public méthode

public Execute ( Context, context ) : void
context Context,
Résultat void

LoadCommand() public méthode

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

WriteCommand() public méthode

public WriteCommand ( System writer ) : void
writer System
Résultat void