summaryT:DotNetNuke.Entities.Content.Workflow.WorkflowEngine

Namespace: DotNetNuke.Entities.Content.Workflow
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class WorkflowEngine : ServiceLocator<IWorkflowEngine, WorkflowEngine>, 
	IWorkflowEngine
Visual Basic
Public Class WorkflowEngine
	Inherits ServiceLocator(Of IWorkflowEngine, WorkflowEngine)
	Implements IWorkflowEngine

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Framework..::..ServiceLocator<(Of <(<'IWorkflowEngine, WorkflowEngine>)>)>
    DotNetNuke.Entities.Content.Workflow..::..WorkflowEngine

See Also