Click or drag to resize
StepFactory Class
Factory for creating step objects based on the step type.
Inheritance Hierarchy
SystemObject
  CMS.WorkflowEngine.FactoriesStepFactory

Namespace: CMS.WorkflowEngine.Factories
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
public static class StepFactory

The StepFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateStep
Returns step object based on given step type stepType and optionally on step definition stepDefinition.
Top
See Also