C# Класс Rock.Transactions.LaunchWorkflowTransaction

Launches a workflow and optionally sets the name and attribute values
Наследование: ITransaction
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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