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

Namespace: CMS.UIControls.Workflows
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
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 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
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Properties
See Also