C# 클래스 Rock.Jobs.SendCreditCardExpirationNotices

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

공개 메소드들

메소드 설명
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