C# Class InvertedSoftware.WorkflowEngine.Steps.StepFactory

The factory in charge of creating steps
Afficher le fichier Open project: invertedsoftware/Inverted-Software-Workflow-Engine

Méthodes publiques

Méthode Description
GetStep ( string stepName ) : IStep

Create a new step

Method Details

GetStep() public static méthode

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