Class | Description | |
---|---|---|
![]() |
Client | Client class used to get, update and delete schedules. |
![]() |
Criteria | The criteria of items to retrieve from the server. The criteria consists of one or more filterfields and sortfields |
![]() |
RecurrencePatternDaily | The daily recurrence pattern e.g. every 1 day, or every 2nd day, or every weekday. |
![]() |
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. |
![]() |
RecurrencePatternMonthly | The Monthly pattern, and is used to execute schedules based on a monthly interval e.g. day 12 of every 2nd month. |
![]() |
RecurrencePatternWeekly | The weekly pattern. Can be used to configure schedules on weekly patterns e.g. every monday of every second week. |
![]() |
RecurrencePatternYearly | The Yearly pattern. |
![]() |
RecurrenceRange | The range or timespan that a schedule is active, either a start and end date, or a number of occurrences. |
![]() |
Schedule | The schedule's properties, including it's pattern and range. |
![]() |
ScheduleCriteria | Criteria class used for filtering schedules. |
![]() |
ScheduleCriteria.Filter | Filter and filter value to be used for filtering |
![]() |
ScheduleCriteria.Sort | Sort class used to specify the sort fields and order to use wen sorting schedules. |
![]() |
Schedules | Collection class for schedules |
![]() |
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. |
Enumeration | Description | |
---|---|---|
![]() |
Criteria.SortOrder | The enum to use for specifying the sort order of each sortfield |
![]() |
DayType | The DayType e.g Sunday, Monday etc. |
![]() |
RecurrenceType | Recurrence Type Enumerator |
![]() |
ScheduleCriteria.FilterField | The filterfield names availible to use for filtering. |
![]() |
ScheduleCriteria.SortField | The sortfield names availible to use for sorting. |
![]() |
WeekX | The week type e.g. First, second etc. |