C# Class InvertedSoftware.WorkflowEngine.Steps.StepFactory

The factory in charge of creating steps
ファイルを表示 Open project: invertedsoftware/Inverted-Software-Workflow-Engine

Public Methods

Method Description
GetStep ( string stepName ) : IStep

Create a new step

Method Details

GetStep() public static method

Create a new step
public static GetStep ( string stepName ) : IStep
stepName string The name of the step class to create
return IStep