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

  NameDescription
Public methodStepTypeWorkflowNode
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
Creates new workflow node for step type action.
(Overrides StepTypeDependencyInjector Type  GetActionSettings .)
Public methodGetConditionSettings
Creates new workflow node for step type condition.
(Overrides StepTypeDependencyInjector Type  GetConditionSettings .)
Public methodGetDefaultSettings
Creates new workflow node for step type default.
(Overrides StepTypeDependencyInjector Type  GetDefaultSettings .)
Public methodGetDocumentArchivedSettings
Creates new workflow node for step type of archived document.
(Overrides StepTypeDependencyInjector Type  GetDocumentArchivedSettings .)
Public methodGetDocumentEditSettings
Creates new workflow node for step type of edited document.
(Overrides StepTypeDependencyInjector Type  GetDocumentEditSettings .)
Public methodGetDocumentPublishedSettings
Creates new workflow node for step type of published document.
(Overrides StepTypeDependencyInjector Type  GetDocumentPublishedSettings .)
Public methodGetFinishedSettings
Creates new workflow node for step type start.
(Overrides StepTypeDependencyInjector Type  GetFinishedSettings .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetMultichoiceFirstWinSettings
Creates new workflow node for step type multi choice first win.
(Overrides StepTypeDependencyInjector Type  GetMultichoiceFirstWinSettings .)
Public methodGetMultichoiceSettings
Creates new workflow node for step type multi choice.
(Overrides StepTypeDependencyInjector Type  GetMultichoiceSettings .)
Public methodStatic memberGetNode
Creates new workflow node instance based on given workflow step type.
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 methodGetStandardSettings
Creates new workflow node for step type standard.
(Overrides StepTypeDependencyInjector Type  GetStandardSettings .)
Public methodGetStartSettings
Creates new workflow node for step type start.
(Overrides StepTypeDependencyInjector Type  GetStartSettings .)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodGetUndefinedSettings
Creates new workflow node for step type undefined.
(Overrides StepTypeDependencyInjector Type  GetUndefinedSettings .)
Public methodGetUserchoiceSettings
Creates new workflow node for step type user choice.
(Overrides StepTypeDependencyInjector Type  GetUserchoiceSettings .)
Public methodGetWaitSettings
Creates new workflow node for step type wait.
(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