C# Class Rock.Transactions.GroupMemberPlacedElsewhereTransaction

Launches a Group Member PlacedElsewhere workflow
Inheritance: ITransaction
Mostra file Open project: NewSpring/Rock

Private Properties

Property Type Description
LaunchWorkflow void

Public Methods

Method Description
Execute ( ) : void

Execute method to launch the workflow

GroupMemberPlacedElsewhereTransaction ( GroupMember groupMember, string note, GroupMemberWorkflowTrigger trigger ) : System.Collections.Generic

Initializes a new instance of the GroupMemberPlacedElsewhereTransaction class.

Private Methods

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

Launches the workflow.

Method Details

Execute() public method

Execute method to launch the workflow
public Execute ( ) : void
return void

GroupMemberPlacedElsewhereTransaction() public method

Initializes a new instance of the GroupMemberPlacedElsewhereTransaction class.
public GroupMemberPlacedElsewhereTransaction ( GroupMember groupMember, string note, GroupMemberWorkflowTrigger trigger ) : System.Collections.Generic
groupMember GroupMember The group member of the current group they are in (before being deleted and processed)
note string The note.
trigger GroupMemberWorkflowTrigger The GroupMemberWorkflowTrigger.
return System.Collections.Generic