C# 클래스 Rock.Transactions.GroupAttendedTransaction

Launches a group attendance workflow
상속: ITransaction
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
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