Method | Description | |
---|---|---|
ExpressionDescriptor ( string expression ) : System |
Initializes a new instance of the ExpressionDescriptor class
|
|
ExpressionDescriptor ( string expression, |
Initializes a new instance of the ExpressionDescriptor class
|
|
GetDescription ( DescriptionTypeEnum type ) : string |
Generates a human readable string for the Cron Expression
|
|
GetDescription ( string expression ) : string |
Generates a human readable string for the Cron Expression
|
|
GetDescription ( string expression, Options options ) : string |
Generates a human readable string for the Cron Expression
|
Method | Description | |
---|---|---|
FormatTime ( string hourExpression, string minuteExpression ) : string |
Given time parts, will contruct a formatted time description
|
|
FormatTime ( string hourExpression, string minuteExpression, string secondExpression ) : string |
Given time parts, will contruct a formatted time description
|
|
GenerateBetweenSegmentDescription ( string betweenExpression, string>.Func |
Generates the between segment description
|
|
GetDayOfMonthDescription ( ) : string |
Generates a description for only the DAYOFMONTH portion of the expression
|
|
GetDayOfWeekDescription ( ) : string |
Generates a description for only the DAYOFWEEK portion of the expression
|
|
GetFullDescription ( ) : string |
Generates the FULL description
|
|
GetHoursDescription ( ) : string |
Generates a description for only the HOUR portion of the expression
|
|
GetMinutesDescription ( ) : string |
Generates a description for only the MINUTE portion of the expression
|
|
GetMonthDescription ( ) : string |
Generates a description for only the MONTH portion of the expression
|
|
GetSecondsDescription ( ) : string |
Generates a description for only the SECONDS portion of the expression
|
|
GetSegmentDescription ( string expression, string allDescription, string>.Func |
Generates the segment description
|
|
GetTimeOfDayDescription ( ) : string |
Generates a description for only the TIMEOFDAY portion of the expression
|
|
TransformCase ( string description, CasingTypeEnum caseType ) : string |
Transforms the case of the expression description, based on options
|
|
TransformVerbosity ( string description, bool useVerboseFormat ) : string |
Transforms the verbosity of the expression description by stripping verbosity from original description
|
Method | Description | |
---|---|---|
GetYearDescription ( ) : string |
Generates a description for only the YEAR portion of the expression
|
public ExpressionDescriptor ( string expression ) : System | ||
expression | string | The cron expression string |
return | System |
public ExpressionDescriptor ( string expression, |
||
expression | string | The cron expression string |
options | Options to control the output description | |
return | System |
protected FormatTime ( string hourExpression, string minuteExpression ) : string | ||
hourExpression | string | Hours part |
minuteExpression | string | Minutes part |
return | string |
protected FormatTime ( string hourExpression, string minuteExpression, string secondExpression ) : string | ||
hourExpression | string | Hours part |
minuteExpression | string | Minutes part |
secondExpression | string | Seconds part |
return | string |
protected GenerateBetweenSegmentDescription ( string betweenExpression, string>.Func |
||
betweenExpression | string | |
getBetweenDescriptionFormat | string>.Func | |
getSingleItemDescription | string>.Func | |
return | string |
protected GetDayOfMonthDescription ( ) : string | ||
return | string |
protected GetDayOfWeekDescription ( ) : string | ||
return | string |
public GetDescription ( DescriptionTypeEnum type ) : string | ||
type | DescriptionTypeEnum | Which part(s) of the expression to describe |
return | string |
public static GetDescription ( string expression ) : string | ||
expression | string | The cron expression string |
return | string |
public static GetDescription ( string expression, Options options ) : string | ||
expression | string | The cron expression string |
options | Options | Options to control the output description |
return | string |
protected GetSegmentDescription ( string expression, string allDescription, string>.Func |
||
expression | string | |
allDescription | string | |
getSingleItemDescription | string>.Func | |
getIntervalDescriptionFormat | string>.Func | |
getBetweenDescriptionFormat | string>.Func | |
getDescriptionFormat | string>.Func | |
return | string |
protected GetTimeOfDayDescription ( ) : string | ||
return | string |
protected TransformCase ( string description, CasingTypeEnum caseType ) : string | ||
description | string | The description to transform |
caseType | CasingTypeEnum | The casing type that controls the output casing |
return | string |
protected TransformVerbosity ( string description, bool useVerboseFormat ) : string | ||
description | string | The description to transform |
useVerboseFormat | bool | |
return | string |