C# Class StoryTeller.Engine.Stepthrough.NextStep

Inheritance: StoryTeller.Messages.ClientMessage, UsedByUserInterface
Show file Open project: storyteller/Storyteller

Public Properties

Property Type Description
id string
position string
spec string

Public Methods

Method Description
NextStep ( ) : StoryTeller.Messages
NextStep ( string spec, ILineExecution next ) : StoryTeller.Messages

Method Details

NextStep() public method

public NextStep ( ) : StoryTeller.Messages
return StoryTeller.Messages

NextStep() public method

public NextStep ( string spec, ILineExecution next ) : StoryTeller.Messages
spec string
next ILineExecution
return StoryTeller.Messages

Property Details

id public property

public string id
return string

position public property

public string position
return string

spec public property

public string spec
return string