C# Class UlteriusServer.Api.Services.LocalSystem.Daemons.CronSchedule

Inheritance: ICronSchedule
Afficher le fichier Open project: Ulterius/server

Méthodes publiques

Свойство Type Description
DaysOfMonth List
DaysOfWeek List
Hours List
Minutes List
Months List

Méthodes publiques

Méthode Description
CronSchedule ( ) : System
CronSchedule ( string expressions ) : System
IsTime ( System.DateTime dateTime ) : bool
IsValid ( string expression ) : bool

Private Methods

Méthode Description
DividedArray ( string configuration, int start, int max ) : List
Generate ( ) : void
GenerateValues ( string configuration, int start, int max ) : List
GetDaysOfMonth ( string match ) : void
GetDaysOfWeeks ( string match ) : void
GetHours ( string match ) : void
GetMinutes ( string match ) : void
GetMonths ( string match ) : void
IsValid ( ) : bool
ListArray ( string configuration ) : List
RangeArray ( string configuration ) : List
WildArray ( string configuration, int start, int max ) : List

Method Details

CronSchedule() public méthode

public CronSchedule ( ) : System
Résultat System

CronSchedule() public méthode

public CronSchedule ( string expressions ) : System
expressions string
Résultat System

IsTime() public méthode

public IsTime ( System.DateTime dateTime ) : bool
dateTime System.DateTime
Résultat bool

IsValid() public méthode

public IsValid ( string expression ) : bool
expression string
Résultat bool

Property Details

DaysOfMonth public_oe property

public List DaysOfMonth
Résultat List

DaysOfWeek public_oe property

public List DaysOfWeek
Résultat List

Hours public_oe property

public List Hours
Résultat List

Minutes public_oe property

public List Minutes
Résultat List

Months public_oe property

public List Months
Résultat List