C# Class Rock.Jobs.SendGroupEmail

Inheritance: IJob
Afficher le fichier Open project: SparkDevNetwork/Rock

Méthodes publiques

Méthode Description
Execute ( IJobExecutionContext context ) : void

Executes the specified context.

SendGroupEmail ( ) : System

Initializes a new instance of the SendGroupEmail class.

Private Methods

Méthode Description
GetGroupIds ( List groupIds, bool sendToDescendants, Group group ) : void

Gets the group ids.

Method Details

Execute() public méthode

Executes the specified context.
public Execute ( IJobExecutionContext context ) : void
context IJobExecutionContext The context.
Résultat void

SendGroupEmail() public méthode

Initializes a new instance of the SendGroupEmail class.
public SendGroupEmail ( ) : System
Résultat System