C# Class Rock.Transactions.LaunchWorkflowTransaction

Launches a workflow and optionally sets the name and attribute values
Inheritance: ITransaction
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

Execute() public méthode

Executes this instance.
public Execute ( ) : void
Résultat void

GetEntity() public méthode

Gets the entity.
public GetEntity ( ) : IEntity
Résultat IEntity

LaunchWorkflowTransaction() public méthode

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

LaunchWorkflowTransaction() public méthode

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.
Résultat System

LaunchWorkflowTransaction() public méthode

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

LaunchWorkflowTransaction() public méthode

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.
Résultat System