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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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