Click or drag to resize
StepTypeAutomationUniMenuItems Class
Items representing marketing automation step types in UniMenu control.
Inheritance Hierarchy
SystemObject
  CMS.WorkflowEngine.FactoriesStepTypeDependencyInjectorItem
    CMS.WorkflowEngine.Web.UIStepTypeAutomationUniMenuItems

Namespace: CMS.WorkflowEngine.Web.UI
Assembly: CMS.WorkflowEngine.Web.UI (in CMS.WorkflowEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public class StepTypeAutomationUniMenuItems : StepTypeDependencyInjector<Item>

The StepTypeAutomationUniMenuItems type exposes the following members.

Constructors
  NameDescription
Public methodStepTypeAutomationUniMenuItems
Initialize a new instance of the StepTypeAutomationUniMenuItems class.
Top
Methods
  NameDescription
Public methodGetActionSettings
Throws appropriate exception.
(Overrides StepTypeDependencyInjectorTContainerTypeGetActionSettings.)
Public methodGetActionSettings(WorkflowActionInfo)
Creates menu item for workflow action.
(Overrides StepTypeDependencyInjectorTContainerTypeGetActionSettings(WorkflowActionInfo).)
Public methodGetConditionSettings
Returns new menu item representing condition step.
(Overrides StepTypeDependencyInjectorTContainerTypeGetConditionSettings.)
Public methodGetDefaultSettings
Returns new default menu item.
(Overrides StepTypeDependencyInjectorTContainerTypeGetDefaultSettings.)
Public methodGetDocumentArchivedSettings
Throws appropriate exception.
(Overrides StepTypeDependencyInjectorTContainerTypeGetDocumentArchivedSettings.)
Public methodGetDocumentEditSettings
Throws appropriate exception.
(Overrides StepTypeDependencyInjectorTContainerTypeGetDocumentEditSettings.)
Public methodGetDocumentPublishedSettings
Throws appropriate exception.
(Overrides StepTypeDependencyInjectorTContainerTypeGetDocumentPublishedSettings.)
Public methodGetFinishedSettings
Returns new menu item representing finished step.
(Overrides StepTypeDependencyInjectorTContainerTypeGetFinishedSettings.)
Public methodGetMultichoiceFirstWinSettings
Returns new menu item representing multi choice first win step.
(Overrides StepTypeDependencyInjectorTContainerTypeGetMultichoiceFirstWinSettings.)
Public methodGetMultichoiceSettings
Returns new menu item representing multi choice step.
(Overrides StepTypeDependencyInjectorTContainerTypeGetMultichoiceSettings.)
Public methodGetNoteSettings
Returns new menu item representing automation process note.
(Overrides StepTypeDependencyInjectorTContainerTypeGetNoteSettings.)
Public methodGetSettingsObject(WorkflowStepTypeEnum)
Returns settings for specified step type.
(Inherited from StepTypeDependencyInjectorTContainerType.)
Public methodGetSettingsObject(ListWorkflowStepTypeEnum)
Returns settings for specified workflow step types.
(Inherited from StepTypeDependencyInjectorTContainerType.)
Public methodGetSettingsObjectBy
Returns settings for specified workflow actions.
(Inherited from StepTypeDependencyInjectorTContainerType.)
Public methodGetStandardSettings
Returns new menu item representing standard step.
(Overrides StepTypeDependencyInjectorTContainerTypeGetStandardSettings.)
Public methodGetStartSettings
Returns new menu item representing start step.
(Overrides StepTypeDependencyInjectorTContainerTypeGetStartSettings.)
Public methodGetUndefinedSettings
Returns new menu item representing undefined step.
(Overrides StepTypeDependencyInjectorTContainerTypeGetUndefinedSettings.)
Public methodGetUserchoiceSettings
Returns new menu item representing user choice step.
(Overrides StepTypeDependencyInjectorTContainerTypeGetUserchoiceSettings.)
Public methodGetWaitSettings
Returns new menu item representing wait step.
(Overrides StepTypeDependencyInjectorTContainerTypeGetWaitSettings.)
Top
See Also