C# Класс Quartz.TextToSchedule.TextToScheduleFactory

A factory class to build ITextToSchedule instances.
Показать файл Открыть проект Примеры использования класса

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

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