C# Класс UlteriusServer.Api.Services.LocalSystem.Daemons.CronSchedule

Наследование: ICronSchedule
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
DaysOfMonth List
DaysOfWeek List
Hours List
Minutes List
Months List

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

Метод Описание
CronSchedule ( ) : System
CronSchedule ( string expressions ) : System
IsTime ( System.DateTime dateTime ) : bool
IsValid ( string expression ) : bool

Приватные методы

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

Описание методов

CronSchedule() публичный Метод

public CronSchedule ( ) : System
Результат System

CronSchedule() публичный Метод

public CronSchedule ( string expressions ) : System
expressions string
Результат System

IsTime() публичный Метод

public IsTime ( System.DateTime dateTime ) : bool
dateTime System.DateTime
Результат bool

IsValid() публичный Метод

public IsValid ( string expression ) : bool
expression string
Результат bool

Описание свойств

DaysOfMonth публичное свойство

public List DaysOfMonth
Результат List

DaysOfWeek публичное свойство

public List DaysOfWeek
Результат List

Hours публичное свойство

public List Hours
Результат List

Minutes публичное свойство

public List Minutes
Результат List

Months публичное свойство

public List Months
Результат List