Show / Hide Table of Contents

Class WorkflowActionManager

Inheritance
object
ServiceLocator<IWorkflowActionManager, WorkflowActionManager>
WorkflowActionManager
Implements
IWorkflowActionManager
Inherited Members
ServiceLocator<IWorkflowActionManager, WorkflowActionManager>.SetTestableInstance(IWorkflowActionManager)
ServiceLocator<IWorkflowActionManager, WorkflowActionManager>.ClearInstance()
ServiceLocator<IWorkflowActionManager, WorkflowActionManager>.GetFactory()
ServiceLocator<IWorkflowActionManager, WorkflowActionManager>.Instance
ServiceLocator<IWorkflowActionManager, WorkflowActionManager>.Factory
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Content.Workflow.Actions
Assembly: DotNetNuke.dll
Syntax
public class WorkflowActionManager : ServiceLocator<IWorkflowActionManager, WorkflowActionManager>, IWorkflowActionManager

Constructors

WorkflowActionManager()

Declaration
public WorkflowActionManager()

Methods

GetFactory()

Declaration
protected override Func<IWorkflowActionManager> GetFactory()
Returns
Type Description
Func<IWorkflowActionManager>
Overrides
ServiceLocator<IWorkflowActionManager, WorkflowActionManager>.GetFactory()

GetWorkflowActionInstance(int, WorkflowActionTypes)

Declaration
public IWorkflowAction GetWorkflowActionInstance(int contentTypeId, WorkflowActionTypes actionType)
Parameters
Type Name Description
int contentTypeId
WorkflowActionTypes actionType
Returns
Type Description
IWorkflowAction

RegisterWorkflowAction(WorkflowAction)

Declaration
public void RegisterWorkflowAction(WorkflowAction workflowAction)
Parameters
Type Name Description
WorkflowAction workflowAction

Implements

IWorkflowActionManager

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS