Quartz.TextToSchedule.TextToScheduleResults.TextToScheduleResults C# (CSharp) Method

TextToScheduleResults() public method

Initializes a new instance of the TextToScheduleResults class.
public TextToScheduleResults ( ) : Quartz
return Quartz
        public TextToScheduleResults()
        {
            RegisterGroups = new List<RegisterGroup>();
        }