C# 클래스 Rock.Transactions.LaunchWorkflowTransaction

Launches a workflow and optionally sets the name and attribute values
상속: ITransaction
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( ) : void

Executes this instance.

GetEntity ( ) : IEntity

Gets the entity.

LaunchWorkflowTransaction ( System.Guid workflowTypeGuid ) : System

Initializes a new instance of the LaunchWorkflowTransaction class.

LaunchWorkflowTransaction ( System.Guid workflowTypeGuid, string workflowName ) : System

Initializes a new instance of the LaunchWorkflowTransaction class.

LaunchWorkflowTransaction ( int workflowTypeId ) : System

Initializes a new instance of the LaunchWorkflowTransaction class.

LaunchWorkflowTransaction ( int workflowTypeId, string workflowName ) : System

Initializes a new instance of the LaunchWorkflowTransaction class.

메소드 상세

Execute() 공개 메소드

Executes this instance.
public Execute ( ) : void
리턴 void

GetEntity() 공개 메소드

Gets the entity.
public GetEntity ( ) : IEntity
리턴 IEntity

LaunchWorkflowTransaction() 공개 메소드

Initializes a new instance of the LaunchWorkflowTransaction class.
public LaunchWorkflowTransaction ( System.Guid workflowTypeGuid ) : System
workflowTypeGuid System.Guid The workflow type unique identifier.
리턴 System

LaunchWorkflowTransaction() 공개 메소드

Initializes a new instance of the LaunchWorkflowTransaction class.
public LaunchWorkflowTransaction ( System.Guid workflowTypeGuid, string workflowName ) : System
workflowTypeGuid System.Guid The workflow type unique identifier.
workflowName string Name of the workflow.
리턴 System

LaunchWorkflowTransaction() 공개 메소드

Initializes a new instance of the LaunchWorkflowTransaction class.
public LaunchWorkflowTransaction ( int workflowTypeId ) : System
workflowTypeId int The workflow type identifier.
리턴 System

LaunchWorkflowTransaction() 공개 메소드

Initializes a new instance of the LaunchWorkflowTransaction class.
public LaunchWorkflowTransaction ( int workflowTypeId, string workflowName ) : System
workflowTypeId int The workflow type identifier.
workflowName string Name of the workflow.
리턴 System