SourceCode.EventBus.Scheduler.Management Namespace
See Also  Inheritance Hierarchy

Glossary Item Box

Classes

  Class Description
Class Client Client class used to get, update and delete schedules.
Class Criteria The criteria of items to retrieve from the server. The criteria consists of one or more filterfields and sortfields
Class RecurrencePatternDaily The daily recurrence pattern e.g. every 1 day, or every 2nd day, or every weekday.
Class RecurrencePatternInterval This a a schdule pattern that is used when the schedule needs to fire on a range of intervals e.g. every 1 minute or every 2 days.
Class RecurrencePatternMonthly The Monthly pattern, and is used to execute schedules based on a monthly interval e.g. day 12 of every 2nd month.
Class RecurrencePatternWeekly The weekly pattern. Can be used to configure schedules on weekly patterns e.g. every monday of every second week.
Class RecurrencePatternYearly The Yearly pattern.
Class RecurrenceRange The range or timespan that a schedule is active, either a start and end date, or a number of occurrences.
Class Schedule The schedule's properties, including it's pattern and range.
Class ScheduleCriteria Criteria class used for filtering schedules.
Class ScheduleCriteria.Filter Filter and filter value to be used for filtering
Class ScheduleCriteria.Sort Sort class used to specify the sort fields and order to use wen sorting schedules.
Class Schedules Collection class for schedules
Class Time Use to get the time in hours and minutes. Time can be give in either an int hour and int minute or as a string in "hh:mm" format.

Enumerations

  Enumeration Description
Enumeration Criteria.SortOrder The enum to use for specifying the sort order of each sortfield
Enumeration DayType The DayType e.g Sunday, Monday etc.
Enumeration RecurrenceType Recurrence Type Enumerator
Enumeration ScheduleCriteria.FilterField The filterfield names availible to use for filtering.
Enumeration ScheduleCriteria.SortField The sortfield names availible to use for sorting.
Enumeration WeekX The week type e.g. First, second etc.

See Also