C# Class Expl.Itinerary.CronField

Show file Open project: spoulson/Itinerary Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
GetLookupSequence ( ) : IEnumerable
Parse ( string Cron ) : void

Parse Cron field spec string.

Set ( int Index, bool Value ) : void

Method Details

CronField() public method

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

CronField() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

this() public method

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