C# Class StoryTeller.Engine.Stepthrough.NextStep

Inheritance: StoryTeller.Messages.ClientMessage, UsedByUserInterface
Afficher le fichier Open project: storyteller/Storyteller

Méthodes publiques

Свойство Type Description
id string
position string
spec string

Méthodes publiques

Méthode Description
NextStep ( ) : StoryTeller.Messages
NextStep ( string spec, ILineExecution next ) : StoryTeller.Messages

Method Details

NextStep() public méthode

public NextStep ( ) : StoryTeller.Messages
Résultat StoryTeller.Messages

NextStep() public méthode

public NextStep ( string spec, ILineExecution next ) : StoryTeller.Messages
spec string
next ILineExecution
Résultat StoryTeller.Messages

Property Details

id public_oe property

public string id
Résultat string

position public_oe property

public string position
Résultat string

spec public_oe property

public string spec
Résultat string