Click or drag to resize
Infosoft Logo

ValidateCronExpressionResponse Class

Provides data for the response from the ValidateCronExpression operation on ICronExpressionService.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.MessageContracts.SchedulerValidateCronExpressionResponse

Namespace: Infosoft.Common.Contracts.MessageContracts.Scheduler
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class ValidateCronExpressionResponse

The ValidateCronExpressionResponse type exposes the following members.

Properties
 NameDescription
Public propertyErrorMessage Gets or sets the error message, if the cron expression was invalid.
Public propertyIsValid Gets or sets a value indicating whether the given cron expression is valid.
Top
See Also