C# Class Rock.Transactions.GroupAttendedTransaction

Launches a group attendance workflow
Inheritance: ITransaction
Mostrar archivo Open project: NewSpring/Rock

Public Methods

Method 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

Method Description
LaunchWorkflow ( RockContext rockContext, int workflowTypeId, string name ) : void

Method Details

Execute() public method

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

GroupAttendedTransaction() public method

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