C# 클래스 InvertedSoftware.WorkflowEngine.Steps.StepFactory

The factory in charge of creating steps
파일 보기 프로젝트 열기: invertedsoftware/Inverted-Software-Workflow-Engine

공개 메소드들

메소드 설명
GetStep ( string stepName ) : IStep

Create a new step

메소드 상세

GetStep() 공개 정적인 메소드

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