C# Class Rock.Transactions.GroupAttendedTransaction

Launches a group attendance workflow
Inheritance: ITransaction
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
Execute ( ) : void

Execute method to check for any workflows to launch.

GroupAttendedTransaction ( DbEntityEntry entry ) : System

Initializes a new instance of the GroupMemberChangeTransaction class.

Private Methods

Méthode Description
LaunchWorkflow ( RockContext rockContext, int workflowTypeId, string name ) : void

Method Details

Execute() public méthode

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

GroupAttendedTransaction() public méthode

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