C# Class 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.
Inheritance: ITextToSchedule
Afficher le fichier Open project: amazing-andrew/Quartz.TextToSchedule Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

IsValid() public méthode

Determines whether the specified text is valid.
public IsValid ( string text ) : bool
text string The text.
Résultat bool

MultiTextToSchedule() public méthode

Initializes a new instance of the MultiTextToSchedule class.
public MultiTextToSchedule ( ) : Quartz.TextToSchedule
Résultat Quartz.TextToSchedule

Parse() public méthode

Parses the specified text into a schedule object.
public Parse ( string text ) : TextToScheduleResults
text string The text.
Résultat TextToScheduleResults

Parse() public méthode

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.
Résultat TextToScheduleResults