C# 클래스 Rock.Transactions.ConnectionRequestChangeTransaction

Launches a connection request change workflow
상속: ITransaction
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
ConnectionRequestChangeTransaction ( DbEntityEntry entry ) : System

Initializes a new instance of the ConnectionRequestChangeTransaction class.

Execute ( ) : void

Execute method to check for any workflows to launch.

비공개 메소드들

메소드 설명
LaunchWorkflow ( RockContext rockContext, ConnectionWorkflow connectionWorkflow, string name ) : void
QualifiersMatch ( RockContext rockContext, ConnectionWorkflow workflowTrigger, ConnectionState prevState, ConnectionState state ) : bool
QualifiersMatch ( RockContext rockContext, ConnectionWorkflow workflowTrigger, int prevStatusId, int statusId ) : bool

메소드 상세

ConnectionRequestChangeTransaction() 공개 메소드

Initializes a new instance of the ConnectionRequestChangeTransaction class.
public ConnectionRequestChangeTransaction ( DbEntityEntry entry ) : System
entry DbEntityEntry The entry.
리턴 System

Execute() 공개 메소드

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