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: 10.0.0
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
Properties
Methods
  NameDescription
Public methodGetActionSettings
Returns new menu item representing action step.
(Overrides StepTypeDependencyInjectorTypeGetActionSettings.)
Public methodGetActionSettings(WorkflowActionInfo)
Creates menu item for workflow action.
Public methodGetConditionSettings
Returns new menu item representing condition step.
(Overrides StepTypeDependencyInjectorTypeGetConditionSettings.)
Public methodGetDefaultSettings
Throws appropriate exception.
(Overrides StepTypeDependencyInjectorTypeGetDefaultSettings.)
Public methodGetDocumentArchivedSettings
Returns new menu item representing archived document step.
(Overrides StepTypeDependencyInjectorTypeGetDocumentArchivedSettings.)
Public methodGetDocumentEditSettings
Returns new menu item representing edited document step.
(Overrides StepTypeDependencyInjectorTypeGetDocumentEditSettings.)
Public methodGetDocumentPublishedSettings
Returns new menu item representing published document step.
(Overrides StepTypeDependencyInjectorTypeGetDocumentPublishedSettings.)
Public methodGetFinishedSettings
Returns new menu item representing finished step.
(Overrides StepTypeDependencyInjectorTypeGetFinishedSettings.)
Public methodGetMultichoiceFirstWinSettings
Returns new menu item representing multi choice first win step.
(Overrides StepTypeDependencyInjectorTypeGetMultichoiceFirstWinSettings.)
Public methodGetMultichoiceSettings
Returns new menu item representing multi choice step.
(Overrides StepTypeDependencyInjectorTypeGetMultichoiceSettings.)
Public methodGetSettingsObject(WorkflowStepTypeEnum)
Returns settings for specified type.
(Inherited from StepTypeDependencyInjectorType.)
Public methodGetSettingsObject(ListWorkflowStepTypeEnum)
Returns settings for specified types.
(Inherited from StepTypeDependencyInjectorType.)
Public methodGetSettingsObjectBy
Creates menu items for workflow actions
Public methodGetStandardSettings
Returns new menu item representing standard step.
(Overrides StepTypeDependencyInjectorTypeGetStandardSettings.)
Public methodGetStartSettings
Returns new menu item representing start step.
(Overrides StepTypeDependencyInjectorTypeGetStartSettings.)
Public methodGetUndefinedSettings
Throws appropriate exception.
(Overrides StepTypeDependencyInjectorTypeGetUndefinedSettings.)
Public methodGetUserchoiceSettings
Returns new menu item representing user choice step.
(Overrides StepTypeDependencyInjectorTypeGetUserchoiceSettings.)
Public methodGetWaitSettings
Returns new menu item representing wait step.
(Overrides StepTypeDependencyInjectorTypeGetWaitSettings.)
Top
See Also