C# 클래스 Quartz.TextToSchedule.TextToScheduleExtensions

파일 보기 프로젝트 열기: amazing-andrew/Quartz.TextToSchedule

공개 메소드들

메소드 설명
IsValidScheduleText ( this scheduler, string scheduleText ) : bool
ScheduleJob ( this scheduler, IJobDetail jobDetail, string scheduleText ) : void
ScheduleJob ( this scheduler, IJobDetail jobDetail, string scheduleText, TimeZoneInfo timeZone ) : void
ScheduleJob ( this scheduler, JobKey jobKey, string scheduleText ) : void
ScheduleJob ( this scheduler, JobKey jobKey, string scheduleText, TimeZoneInfo timeZone ) : void

메소드 상세

IsValidScheduleText() 공개 정적인 메소드

public static IsValidScheduleText ( this scheduler, string scheduleText ) : bool
scheduler this
scheduleText string
리턴 bool

ScheduleJob() 공개 정적인 메소드

public static ScheduleJob ( this scheduler, IJobDetail jobDetail, string scheduleText ) : void
scheduler this
jobDetail IJobDetail
scheduleText string
리턴 void

ScheduleJob() 공개 정적인 메소드

public static ScheduleJob ( this scheduler, IJobDetail jobDetail, string scheduleText, TimeZoneInfo timeZone ) : void
scheduler this
jobDetail IJobDetail
scheduleText string
timeZone System.TimeZoneInfo
리턴 void

ScheduleJob() 공개 정적인 메소드

public static ScheduleJob ( this scheduler, JobKey jobKey, string scheduleText ) : void
scheduler this
jobKey JobKey
scheduleText string
리턴 void

ScheduleJob() 공개 정적인 메소드

public static ScheduleJob ( this scheduler, JobKey jobKey, string scheduleText, TimeZoneInfo timeZone ) : void
scheduler this
jobKey JobKey
scheduleText string
timeZone System.TimeZoneInfo
리턴 void