Click or drag to resize
StepTypeUniMenuItems Class
Items representing step types in UniMenu control.
Inheritance Hierarchy
SystemObject
  CMS.WorkflowEngine.FactoriesStepTypeDependencyInjectorItem
    CMS.WorkflowEngine.Web.UIStepTypeUniMenuItems

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

The StepTypeUniMenuItems type exposes the following members.

Constructors
  NameDescription
Public methodStepTypeUniMenuItems
Constructor setting context to menu items.
Top
Methods
  NameDescription
Public methodGetActionSettings
Returns new menu item representing action step.
(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
Throws appropriate exception.
(Overrides StepTypeDependencyInjectorTContainerTypeGetDefaultSettings.)
Public methodGetDocumentArchivedSettings
Returns new menu item representing archived document step.
(Overrides StepTypeDependencyInjectorTContainerTypeGetDocumentArchivedSettings.)
Public methodGetDocumentEditSettings
Returns new menu item representing edited document step.
(Overrides StepTypeDependencyInjectorTContainerTypeGetDocumentEditSettings.)
Public methodGetDocumentPublishedSettings
Returns new menu item representing published document step.
(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
Throws appropriate exception.
(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