Click or drag to resize
StepTypeDependencyInjectorTContainerType Class
Abstract class for creating settings containers based on step type.
Inheritance Hierarchy
SystemObject
  CMS.WorkflowEngine.FactoriesStepTypeDependencyInjectorTContainerType
    CMS.WorkflowEngine.FactoriesStepTypeAutomationNodes
    CMS.WorkflowEngine.FactoriesStepTypeWorkflowNodes
    CMS.WorkflowEngine.Web.UIStepTypeAutomationUniMenuItems
    CMS.WorkflowEngine.Web.UIStepTypeUniMenuItems

Namespace: CMS.WorkflowEngine.Factories
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
public abstract class StepTypeDependencyInjector<TContainerType>

Type Parameters

TContainerType
Type of returned setting object

The StepTypeDependencyInjectorTContainerType type exposes the following members.

Constructors
Methods
  NameDescription
Public methodGetActionSettings
Injects dependencies for step type action.
Public methodGetActionSettings(WorkflowActionInfo)
Injects dependencies for step type action.
Public methodGetConditionSettings
Injects dependencies for step type condition.
Public methodGetDefaultSettings
Injects dependencies for step type default.
Public methodGetDocumentArchivedSettings
Injects dependencies for step type of archived document.
Public methodGetDocumentEditSettings
Injects dependencies for step type of edited document.
Public methodGetDocumentPublishedSettings
Injects dependencies for step type of published document.
Public methodGetFinishedSettings
Injects dependencies for step type start.
Public methodGetMultichoiceFirstWinSettings
Injects dependencies for step type multi choice first win.
Public methodGetMultichoiceSettings
Injects dependencies for step type multi choice.
Public methodGetNoteSettings
Injects dependencies for automation process note.
Public methodGetSettingsObject(WorkflowStepTypeEnum)
Returns settings for specified step type.
Public methodGetSettingsObject(ListWorkflowStepTypeEnum)
Returns settings for specified workflow step types.
Public methodGetSettingsObjectBy
Returns settings for specified workflow actions.
Public methodGetStandardSettings
Injects dependencies for step type standard.
Public methodGetStartSettings
Injects dependencies for step type start.
Public methodGetUndefinedSettings
Injects dependencies for step type undefined.
Public methodGetUserchoiceSettings
Injects dependencies for step type user choice.
Public methodGetWaitSettings
Injects dependencies for step type wait.
Top
See Also