C# Class ST.CommandLine.RunInput

Inheritance: ProjectInput
Show file Open project: storyteller/Storyteller Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetBatchRunRequest ( ) : BatchRunRequest
RunInput ( ) : System
StartBatch ( IEngineController controller ) : Task

Protected Methods

Method Description
configureProject ( ) : Project

Method Details

GetBatchRunRequest() public method

public GetBatchRunRequest ( ) : BatchRunRequest
return StoryTeller.Engine.BatchRunRequest

RunInput() public method

public RunInput ( ) : System
return System

StartBatch() public method

public StartBatch ( IEngineController controller ) : Task
controller IEngineController
return Task

configureProject() protected method

protected configureProject ( ) : Project
return Project