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

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

공개 프로퍼티들

프로퍼티 타입 설명
action StepthroughAction
breakpoints StoryTeller.Model.Breakpoint[]

공개 메소드들

메소드 설명
Apply ( IStepthroughExecution execution ) : void
StepthroughRequest ( ) : System

메소드 상세

Apply() 공개 메소드

public Apply ( IStepthroughExecution execution ) : void
execution IStepthroughExecution
리턴 void

StepthroughRequest() 공개 메소드

public StepthroughRequest ( ) : System
리턴 System

프로퍼티 상세

action 공개적으로 프로퍼티

public StepthroughAction action
리턴 StepthroughAction

breakpoints 공개적으로 프로퍼티

public Breakpoint[],StoryTeller.Model breakpoints
리턴 StoryTeller.Model.Breakpoint[]