C# Class Rock.Transactions.ConnectionRequestChangeTransaction

Launches a connection request change workflow
Inheritance: ITransaction
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

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

Méthode 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 méthode

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

Execute() public méthode

Execute method to check for any workflows to launch.
public Execute ( ) : void
Résultat void