C# Class Rock.Transactions.ConnectionRequestChangeTransaction

Launches a connection request change workflow
Inheritance: ITransaction
ファイルを表示 Open project: NewSpring/Rock

Public Methods

Method Description
ConnectionRequestChangeTransaction ( DbEntityEntry entry ) : System

Initializes a new instance of the ConnectionRequestChangeTransaction class.

Execute ( ) : void

Execute method to check for any workflows to launch.

Private Methods

Method Description
LaunchWorkflow ( RockContext rockContext, ConnectionWorkflow connectionWorkflow, string name ) : void
QualifiersMatch ( RockContext rockContext, ConnectionWorkflow workflowTrigger, ConnectionState prevState, ConnectionState state ) : bool
QualifiersMatch ( RockContext rockContext, ConnectionWorkflow workflowTrigger, int prevStatusId, int statusId ) : bool

Method Details

ConnectionRequestChangeTransaction() public method

Initializes a new instance of the ConnectionRequestChangeTransaction class.
public ConnectionRequestChangeTransaction ( DbEntityEntry entry ) : System
entry DbEntityEntry The entry.
return System

Execute() public method

Execute method to check for any workflows to launch.
public Execute ( ) : void
return void