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

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

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

Метод Описание
Execute ( IJobExecutionContext context ) : void

Executes the specified context.

SendCreditCardExpirationNotices ( ) : System

Empty constructor for job initialization

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

Защищенные методы

Метод Описание
StartWorkflow ( WorkflowService workflowService, WorkflowType workflowType, string>.Dictionary attributes, string workflowNameSuffix ) : void

Starts the workflow.

Описание методов

Execute() публичный Метод

Executes the specified context.
public Execute ( IJobExecutionContext context ) : void
context IJobExecutionContext The context.
Результат void

SendCreditCardExpirationNotices() публичный Метод

Empty constructor for job initialization

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

public SendCreditCardExpirationNotices ( ) : System
Результат System

StartWorkflow() защищенный Метод

Starts the workflow.
protected StartWorkflow ( WorkflowService workflowService, WorkflowType workflowType, string>.Dictionary attributes, string workflowNameSuffix ) : void
workflowService Rock.Model.WorkflowService The workflow service.
workflowType WorkflowType Type of the workflow.
attributes string>.Dictionary The attributes.
workflowNameSuffix string The workflow instance name suffix (the part that is tacked onto the end fo the name to distinguish one instance from another).
Результат void