Class | Description | |
---|---|---|
ActivityBase | Base class for schedule activities such as an Appointment. | |
Appointment | Encapsulates the properties of an appointment. | |
DataBindableItemBase | Base class for schedule objects which are associated with a back-end data item. | |
DateRecurrence | Generates a recurring date pattern. | |
DateRecurrenceRuleBase | Base class for DateRecurrence rules. | |
DayOfMonthRecurrenceRule | DateRecurrence rule that matches a specific day of the month. | |
DayOfWeekRecurrenceRule | Rule that matches a specific weekday, or a relative day of the week within a month or year. | |
DayOfYearRecurrenceRule | DateRecurrence rule that matches a specific day of the year. | |
MinuteRecurrenceRule | DateRecurrence rule that matches a specific minute of the hour. | |
MonthOfYearRecurrenceRule | DateRecurrence rule that matches a specific month of the year. | |
ObservableObject | Class from which anything that notifies listeners of a change in property value derives. | |
RulesCollection | Collection class for recurrence rules. | |
ScheduleDayOfWeekSettings | Encapsulates the workday and working hour settings for a ScheduleResource or a Infragistics.Scheduler.Core.Scheduler control. | |
ScheduleDaysOfWeekSettings | Exposes a ScheduleDayOfWeekSettings instance for each day of the week. | |
ScheduleResource | Represents an entity to which an activity can belong, i.e., an owner. | |
SecondRecurrenceRule | DateRecurrence rule that matches a specific second of the minute. | |
SubsetRecurrenceRule | Rule that matches a subset of matches within an interval. | |
TimeRange | Represents a contiguous block of time. | |
WeekOfYearRecurrenceRule | DateRecurrence rule that matches a specific week of the year. | |
WorkingHoursCollection | Collection of TimeRange objects which represent working hours for a ScheduleResource. | |
WorkingHourTimeRange | Encapsulates a range of time which represents a block of working hours. |
Enumeration | Description | |
---|---|---|
DateRecurrenceFrequency | Constants which identify the frequency of a DateRecurrence. |