C# Class RockWeb.Blocks.WorkFlow.WorkflowNavigationWorkflowType

Inheritance: WorkflowNavigationItem
显示文件 Open project: NewSpring/Rock

Public Methods

Method Description
WorkflowNavigationWorkflowType ( ) : System

Initializes a new instance of the WorkflowNavigationWorkflowType class.

WorkflowNavigationWorkflowType ( WorkflowType workflowType, bool canManage, bool canViewList ) : System

Initializes a new instance of the WorkflowNavigationWorkflowType class.

Method Details

WorkflowNavigationWorkflowType() public method

Initializes a new instance of the WorkflowNavigationWorkflowType class.
public WorkflowNavigationWorkflowType ( ) : System
return System

WorkflowNavigationWorkflowType() public method

Initializes a new instance of the WorkflowNavigationWorkflowType class.
public WorkflowNavigationWorkflowType ( WorkflowType workflowType, bool canManage, bool canViewList ) : System
workflowType WorkflowType Type of the workflow.
canManage bool if set to true [can manage].
canViewList bool if set to true [can view list].
return System