C# 클래스 RockWeb.Blocks.WorkFlow.WorkflowNavigationWorkflowType

상속: WorkflowNavigationItem
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
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.

메소드 상세

WorkflowNavigationWorkflowType() 공개 메소드

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

WorkflowNavigationWorkflowType() 공개 메소드

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].
리턴 System