C# Class UnitTest.JobQueueCore.CommandToSucceed

Inheritance: CommandBase
Exibir arquivo Open project: kennethchoe/JobQueue

Public Methods

Method Description
CommandName ( ) : string
Execute ( ) : void
Undo ( ) : void

Method Details

CommandName() public method

public CommandName ( ) : string
return string

Execute() public method

public Execute ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void