C# 클래스 UlteriusServer.Api.Services.LocalSystem.Daemons.CronSchedule

상속: ICronSchedule
파일 보기 프로젝트 열기: Ulterius/server

공개 프로퍼티들

프로퍼티 타입 설명
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