C# Class Quartz.TextToSchedule.TextToScheduleExtensions

Show file Open project: amazing-andrew/Quartz.TextToSchedule

Public Methods

Method Description
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

Method Details

IsValidScheduleText() public static method

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

ScheduleJob() public static method

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

ScheduleJob() public static method

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

ScheduleJob() public static method

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

ScheduleJob() public static method

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