C# 클래스 Expl.Itinerary.CronField

파일 보기 프로젝트 열기: spoulson/Itinerary 1 사용 예제들

공개 메소드들

메소드 설명
CronField ( string CronSpec, int Min, int Max ) : System
CronField ( string CronSpec, int Min, int Max, string>.Func XlatFunc ) : System
GetHashCode ( ) : int
this ( int Index ) : bool

Lookup whether value matches cron field spec.

비공개 메소드들

메소드 설명
GetLookupSequence ( ) : IEnumerable
Parse ( string Cron ) : void

Parse Cron field spec string.

Set ( int Index, bool Value ) : void

메소드 상세

CronField() 공개 메소드

public CronField ( string CronSpec, int Min, int Max ) : System
CronSpec string
Min int
Max int
리턴 System

CronField() 공개 메소드

public CronField ( string CronSpec, int Min, int Max, string>.Func XlatFunc ) : System
CronSpec string
Min int
Max int
XlatFunc string>.Func
리턴 System

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

this() 공개 메소드

Lookup whether value matches cron field spec.
public this ( int Index ) : bool
Index int
리턴 bool