C# Класс Rock.Jobs.SendGroupEmail

Наследование: IJob
Показать файл Открыть проект

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

Метод Описание
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