Beamable SDK
|
Converts a Cron Expression into a human readable string More...
Public Member Functions | |
ExpressionDescriptor (string expression) | |
Initializes a new instance of the ExpressionDescriptor class More... | |
ExpressionDescriptor (string expression, Options options) | |
Initializes a new instance of the ExpressionDescriptor class More... | |
string | GetDescription (DescriptionTypeEnum type, out ErrorData errorData) |
Generates a human readable string for the Cron Expression More... | |
Static Public Member Functions | |
static string | GetDescription (string expression, out ErrorData errorData) |
Generates a human readable string for the Cron Expression More... | |
static string | GetDescription (string expression, Options options, out ErrorData errorData) |
Generates a human readable string for the Cron Expression More... | |
static string | GetDescription (ScheduleDefinition scheduleDefinition, out ErrorData errorData) |
Generates a human readable string for the schedule definition More... | |
static string | GetDescription (ScheduleDefinition scheduleDefinition, Options options, out ErrorData errorData) |
Generates a human readable string for the schedule definition More... | |
static string | ScheduleDefinitionToCron (ScheduleDefinition scheduleDefinition) |
Converts schedule definition into cron expression More... | |
static ScheduleDefinition | CronToScheduleDefinition (string expression) |
Converts cron expression into schedule definition More... | |
Converts a Cron Expression into a human readable string
|
inline |
Initializes a new instance of the ExpressionDescriptor class
expression | The cron expression string |
|
inline |
Initializes a new instance of the ExpressionDescriptor class
expression | The cron expression string |
options | Options to control the output description |
|
inlinestatic |
Converts cron expression into schedule definition
expression | Cron expression |
|
inline |
Generates a human readable string for the Cron Expression
type | Which part(s) of the expression to describe |
|
inlinestatic |
Generates a human readable string for the schedule definition
scheduleDefinition | Schedule definition |
options | Options to control the output description |
|
inlinestatic |
Generates a human readable string for the schedule definition
scheduleDefinition | Schedule definition |
|
inlinestatic |
Generates a human readable string for the Cron Expression
expression | The cron expression string |
options | Options to control the output description |
|
inlinestatic |
Generates a human readable string for the Cron Expression
expression | The cron expression string |
|
inlinestatic |
Converts schedule definition into cron expression
scheduleDefinition | Schedule definition |