C# Class StoryTeller.Engine.Stepthrough.StepthroughRequest

Inheritance: StoryTeller.Messages.ClientMessage
显示文件 Open project: storyteller/Storyteller

Public Properties

Property Type Description
action StepthroughAction
breakpoints StoryTeller.Model.Breakpoint[]

Public Methods

Method Description
Apply ( IStepthroughExecution execution ) : void
StepthroughRequest ( ) : System

Method Details

Apply() public method

public Apply ( IStepthroughExecution execution ) : void
execution IStepthroughExecution
return void

StepthroughRequest() public method

public StepthroughRequest ( ) : System
return System

Property Details

action public_oe property

public StepthroughAction action
return StepthroughAction

breakpoints public_oe property

public Breakpoint[],StoryTeller.Model breakpoints
return StoryTeller.Model.Breakpoint[]