C# 클래스 Rock.Jobs.GroupSync

상속: IJob
파일 보기 프로젝트 열기: SparkDevNetwork/Rock

공개 메소드들

메소드 설명
Execute ( IJobExecutionContext context ) : void

Job that will sync groups. Called by the IScheduler when a ITrigger fires that is associated with the IJob.

GroupSync ( ) : System

Empty constructor for job initialization

Jobs require a public empty constructor so that the scheduler can instantiate the class whenever it needs.

비공개 메소드들

메소드 설명
SendExitEmail ( int systemEmailId, Person recipient, Group syncGroup ) : void

Sends the exit email.

SendWelcomeEmail ( int systemEmailId, int personId, Group syncGroup, bool createLogin, bool requirePasswordReset ) : void

Sends the welcome email.

메소드 상세

Execute() 공개 메소드

Job that will sync groups. Called by the IScheduler when a ITrigger fires that is associated with the IJob.
public Execute ( IJobExecutionContext context ) : void
context IJobExecutionContext
리턴 void

GroupSync() 공개 메소드

Empty constructor for job initialization

Jobs require a public empty constructor so that the scheduler can instantiate the class whenever it needs.

public GroupSync ( ) : System
리턴 System