StepTypeUniMenuItems MembersKentico 8.0 API Reference
The StepTypeUniMenuItems type exposes the following members.
Constructors

  NameDescription
Public methodStepTypeUniMenuItems
Constructor setting context to menu items.
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetActionSettings 
Returns new menu item representing action step.
(Overrides StepTypeDependencyInjector Type  GetActionSettings .)
Public methodGetActionSettings(WorkflowActionInfo)
Creates menu item for workflow action.
Public methodGetConditionSettings
Returns new menu item representing condition step.
(Overrides StepTypeDependencyInjector Type  GetConditionSettings .)
Public methodGetDefaultSettings
Throws appropriate exception.
(Overrides StepTypeDependencyInjector Type  GetDefaultSettings .)
Public methodGetDocumentArchivedSettings
Returns new menu item representing archived document step.
(Overrides StepTypeDependencyInjector Type  GetDocumentArchivedSettings .)
Public methodGetDocumentEditSettings
Returns new menu item representing edited document step.
(Overrides StepTypeDependencyInjector Type  GetDocumentEditSettings .)
Public methodGetDocumentPublishedSettings
Returns new menu item representing published document step.
(Overrides StepTypeDependencyInjector Type  GetDocumentPublishedSettings .)
Public methodGetFinishedSettings
Returns new menu item representing finished step.
(Overrides StepTypeDependencyInjector Type  GetFinishedSettings .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetMultichoiceFirstWinSettings
Returns new menu item representing multi choice first win step.
(Overrides StepTypeDependencyInjector Type  GetMultichoiceFirstWinSettings .)
Public methodGetMultichoiceSettings
Returns new menu item representing multi choice step.
(Overrides StepTypeDependencyInjector Type  GetMultichoiceSettings .)
Public methodGetSettingsObject(WorkflowStepTypeEnum)
Returns settings for specified type.
(Inherited from StepTypeDependencyInjector Type .)
Public methodGetSettingsObject(List WorkflowStepTypeEnum )
Returns settings for specified types.
(Inherited from StepTypeDependencyInjector Type .)
Public methodGetSettingsObjectBy
Creates menu items for workflow actions
Public methodGetStandardSettings
Returns new menu item representing standard step.
(Overrides StepTypeDependencyInjector Type  GetStandardSettings .)
Public methodGetStartSettings
Returns new menu item representing start step.
(Overrides StepTypeDependencyInjector Type  GetStartSettings .)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodGetUndefinedSettings
Throws appropriate exception.
(Overrides StepTypeDependencyInjector Type  GetUndefinedSettings .)
Public methodGetUserchoiceSettings
Returns new menu item representing user choice step.
(Overrides StepTypeDependencyInjector Type  GetUserchoiceSettings .)
Public methodGetWaitSettings
Returns new menu item representing wait step.
(Overrides StepTypeDependencyInjector Type  GetWaitSettings .)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
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.)
Back to Top
Properties

  NameDescription
Public propertyFactory
Setting property executing the creation.
(Inherited from StepTypeDependencyInjector Type .)
Back to Top
See Also