C# 클래스 StoryTeller.Engine.Stepthrough.NextStep

상속: StoryTeller.Messages.ClientMessage, UsedByUserInterface
파일 보기 프로젝트 열기: storyteller/Storyteller

공개 프로퍼티들

프로퍼티 타입 설명
id string
position string
spec string

공개 메소드들

메소드 설명
NextStep ( ) : StoryTeller.Messages
NextStep ( string spec, ILineExecution next ) : StoryTeller.Messages

메소드 상세

NextStep() 공개 메소드

public NextStep ( ) : StoryTeller.Messages
리턴 StoryTeller.Messages

NextStep() 공개 메소드

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

프로퍼티 상세

id 공개적으로 프로퍼티

public string id
리턴 string

position 공개적으로 프로퍼티

public string position
리턴 string

spec 공개적으로 프로퍼티

public string spec
리턴 string