C# 클래스 Quartz.TextToSchedule.MultiTextToSchedule

Creates a ITextToSchedule that checks multiple ITextToSchedule. This is a good way to allow for multiple types of input from a single instance.
상속: ITextToSchedule
파일 보기 프로젝트 열기: amazing-andrew/Quartz.TextToSchedule 1 사용 예제들

공개 메소드들

메소드 설명
IsValid ( string text ) : bool

Determines whether the specified text is valid.

MultiTextToSchedule ( ) : Quartz.TextToSchedule

Initializes a new instance of the MultiTextToSchedule class.

Parse ( string text ) : TextToScheduleResults

Parses the specified text into a schedule object.

Parse ( string text, TimeZoneInfo timeZone ) : TextToScheduleResults

Parses the specified text into a schedule object with the given time zone.

메소드 상세

IsValid() 공개 메소드

Determines whether the specified text is valid.
public IsValid ( string text ) : bool
text string The text.
리턴 bool

MultiTextToSchedule() 공개 메소드

Initializes a new instance of the MultiTextToSchedule class.
public MultiTextToSchedule ( ) : Quartz.TextToSchedule
리턴 Quartz.TextToSchedule

Parse() 공개 메소드

Parses the specified text into a schedule object.
public Parse ( string text ) : TextToScheduleResults
text string The text.
리턴 TextToScheduleResults

Parse() 공개 메소드

Parses the specified text into a schedule object with the given time zone.
public Parse ( string text, TimeZoneInfo timeZone ) : TextToScheduleResults
text string The text.
timeZone System.TimeZoneInfo The time zone.
리턴 TextToScheduleResults