C# 클래스 Rock.Jobs.SendGroupEmail

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

공개 메소드들

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

Executes the specified context.

SendGroupEmail ( ) : System

Initializes a new instance of the SendGroupEmail class.

비공개 메소드들

메소드 설명
GetGroupIds ( List groupIds, bool sendToDescendants, Group group ) : void

Gets the group ids.

메소드 상세

Execute() 공개 메소드

Executes the specified context.
public Execute ( IJobExecutionContext context ) : void
context IJobExecutionContext The context.
리턴 void

SendGroupEmail() 공개 메소드

Initializes a new instance of the SendGroupEmail class.
public SendGroupEmail ( ) : System
리턴 System