C# Class StoryTeller.UserInterface.Tests.ModeCommand

Inheritance: StoryTeller.UserInterface.Actions.ActionCommand
ファイルを表示 Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
Enable ( ModeCommand active ) : void
ModeCommand ( TestMode mode, TestPresenter presenter, Test test, ITestView view ) : StoryTeller.Domain

Method Details

Enable() public method

public Enable ( ModeCommand active ) : void
active ModeCommand
return void

ModeCommand() public method

public ModeCommand ( TestMode mode, TestPresenter presenter, Test test, ITestView view ) : StoryTeller.Domain
mode TestMode
presenter TestPresenter
test Test
view ITestView
return StoryTeller.Domain