C# Класс Rock.Transactions.GroupAttendedTransaction

Launches a group attendance workflow
Наследование: ITransaction
Показать файл Открыть проект

Открытые методы

Метод Описание
Execute ( ) : void

Execute method to check for any workflows to launch.

GroupAttendedTransaction ( DbEntityEntry entry ) : System

Initializes a new instance of the GroupMemberChangeTransaction class.

Приватные методы

Метод Описание
LaunchWorkflow ( RockContext rockContext, int workflowTypeId, string name ) : void

Описание методов

Execute() публичный Метод

Execute method to check for any workflows to launch.
public Execute ( ) : void
Результат void

GroupAttendedTransaction() публичный Метод

Initializes a new instance of the GroupMemberChangeTransaction class.
public GroupAttendedTransaction ( DbEntityEntry entry ) : System
entry DbEntityEntry The entry.
Результат System