C# Class Rock.Jobs.SendDataViewEmail

Inheritance: IJob
ファイルを表示 Open project: SparkDevNetwork/Rock

Public Methods

Method Description
Execute ( IJobExecutionContext context ) : void

Executes the specified context.

SendDataViewEmail ( ) : System

Initializes a new instance of the SendGroupEmail class.

Method Details

Execute() public method

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

SendDataViewEmail() public method

Initializes a new instance of the SendGroupEmail class.
public SendDataViewEmail ( ) : System
return System