C# Class Rock.Transactions.GroupMemberPlacedElsewhereTransaction

Launches a Group Member PlacedElsewhere workflow
Inheritance: ITransaction
Afficher le fichier Open project: NewSpring/Rock

Private Properties

Свойство Type Description
LaunchWorkflow void

Méthodes publiques

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

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

Launches the workflow.

Method Details

Execute() public méthode

Execute method to launch the workflow
public Execute ( ) : void
Résultat void

GroupMemberPlacedElsewhereTransaction() public méthode

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.
Résultat System.Collections.Generic