C# 클래스 Quartz.TextToSchedule.TextToScheduleFactory

A factory class to build ITextToSchedule instances.
파일 보기 프로젝트 열기: amazing-andrew/Quartz.TextToSchedule 1 사용 예제들

공개 메소드들

메소드 설명
CreateCronParser ( ) : ITextToSchedule

Creates an ITextToSchedule that parses Quartz cron expressions.

CreateEnglishParser ( ) : ITextToSchedule

Creates an ITextToSchedule that parses English.

CreateStandardParser ( ) : ITextToSchedule

Creates the standard parser that parses both English and Cron syntax.

메소드 상세

CreateCronParser() 공개 메소드

Creates an ITextToSchedule that parses Quartz cron expressions.
public CreateCronParser ( ) : ITextToSchedule
리턴 ITextToSchedule

CreateEnglishParser() 공개 메소드

Creates an ITextToSchedule that parses English.
public CreateEnglishParser ( ) : ITextToSchedule
리턴 ITextToSchedule

CreateStandardParser() 공개 메소드

Creates the standard parser that parses both English and Cron syntax.
public CreateStandardParser ( ) : ITextToSchedule
리턴 ITextToSchedule