C# Class StoryTeller.Engine.Stepthrough.NextStep

Inheritance: StoryTeller.Messages.ClientMessage, UsedByUserInterface
显示文件 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_oe property

public string id
return string

position public_oe property

public string position
return string

spec public_oe property

public string spec
return string