Version

Infragistics.Controls.Schedules.Services Namespace

Classes
 ClassDescription
ClassActivityAddedEventArgs Event args associated with the XamScheduleDataManager.ActivityAdded event.
ClassActivityBase Base class for activity classes, like Appointment, Journal or Task.
ClassActivityCategory Represents an activity category.
ClassActivityCategoryCollection Used by the Resource's Resource.CustomActivityCategories property.
ClassActivityCategoryPropertyMapping Used for mapping a field in the data source to a property of the ActivityCategory object.
ClassActivityCategoryPropertyMappingCollection Collection used for specifying field mappings for ActivityCategory object.
ClassActivityChangedEventArgs Event args associated with the XamScheduleDataManager.ActivityChanged event.
ClassActivityEventArgs Base class for activity event args.
ClassActivityOperationResult Result of an activity operation that may be performed asynchronously.
ClassActivityQuery Represents an activity query.
ClassActivityQueryResult Represents results of an activity query.
ClassActivityRemovedEventArgs Event args associated with the XamScheduleDataManager.ActivityRemoved event.
ClassAppointment Represents an appointment in a schedule.
ClassAppointmentPropertyMapping Used for mapping a field in the data source to a property of the Appointment object.
ClassAppointmentPropertyMappingCollection Collection used for specifying field mappings for Appointment object.
ClassCalendarColorScheme Handles coordination of CalendarBrushCaches for ResourceCalendars.
ClassCustomTimeZoneInfoProvider A class used to load custom time zone information for date time conversions to and from utc date times.
ClassDateRecurrence Contains information that defines a recurring date-time.
ClassDateRecurrenceCalculatorBase Evaluates date recurrence rules contained in DateRecurrence object and generates recurrences.
ClassDateRecurrenceRuleBase Base class for date recurrence rule.
ClassDayOfMonthRecurrenceRule Rule that matches day of month.
ClassDayOfWeekRecurrenceRule Rule that matches day of week or a relative day of week within month or year.
ClassDayOfYearRecurrenceRule Rule that matches day of year.
ClassDaySettings Used for specifying settings for a specific day.
ClassDaySettingsOverride Used for specifying settings for a specific date or a recurring date.
ClassDaySettingsOverrideCollection Collection of DaySettingsOverride objects.
ClassDefaultDateRecurrenceCalculator An implementation of a DateRecurrenceCalculatorBase that calculates occurrence information for a specified RecurrenceInfo
ClassHourRecurrenceRule Rule that matches hour of day.
ClassItemOperationResult<T> Result of an operation performed on an item. The operation may be performed asynchronously.
ClassJournal Represents a journal or a note in a schedule.
ClassJournalPropertyMapping Used for mapping a field in the data source to a property of the Journal object.
ClassJournalPropertyMappingCollection Collection used for specifying field mappings for Journal object.
ClassMetadataPropertyValueStore Used to store extra field values.
ClassMinuteRecurrenceRule Rule that matches minute of hour.
ClassMonthOfYearRecurrenceRule Rule that matches a month.
ClassOSTimeZoneInfoProvider A class used to provide time zone information for date time conversions to and from utc date times from the information provided by the Windows OS.
ClassRecurrenceBase Abstract base class for a class that specifies rules that define recurring date-time.
ClassRecurrenceCalculatorFactoryBase Provides logic for generating recurrences.
ClassRecurrenceInfo Used to pass along recurrence information to the RecurrenceCalculatorFactoryBase.GetCalculator method.
ClassReminder Contains information regarding the reminder that's displayed when an activity is due.
ClassReminderInfo Contains information regarding an invoked reminder.
ClassResource Represents a resource (owner) in a schedule.
ClassResourceCalendar Represents a calendar.
ClassResourceCalendarCollection Collection of ResourceCalendar objects.
ClassResourceCalendarPropertyMapping Used for mapping a field in the data source to a property of the ResourceCalendar object.
ClassResourceCalendarPropertyMappingCollection Collection used for specifying field mappings for ResourceCalendar object.
ClassResourceCollection Collection of Resource objects.
ClassResourceOperationResult Result of a resource operation that may be performed asynchronously.
ClassResourcePropertyMapping Used for mapping a field in the data source to a property of the Resource object.
ClassResourcePropertyMappingCollection Collection used for specifying field mappings for Resource object.
ClassScheduleDayOfWeek Used for specifying settings for a specific day of week.
ClassScheduleDaysOfWeek Contains ScheduleDayOfWeek objects for the seven days of week. Each ScheduleDayOfWeek object is used to specify settings for the corresponding day of week.
ClassSecondRecurrenceRule Rule that matches second of a minute.
ClassSubsetRecurrenceRule Rule that matches a subset of matches within an interval.
ClassTask Represents a task (to-do) in a schedule.
ClassTaskPropertyMapping Used for mapping a field in the data source to a property of the Task object.
ClassTaskPropertyMappingCollection Collection used for specifying field mappings for Task object.
ClassTimeZoneInfoProvider Abstract base class used to provide time zone information for dateTime time conversions to and from utc dateTime times.
ClassTimeZoneInfoProvider.TimeAdjustmentRule A class that describes the rule for when to transition into and out of daylight savings time
ClassTimeZoneToken A class that represents a specific time zone
ClassWeekOfYearRecurrenceRule Rule that matches week number of a year.
ClassWorkingHoursCollection Collection used for specifying working hours.
Structures
 StructureDescription
StructureTimeZoneInfoProvider.TransitionTime Represents a tt for transitioning to or from daylight savings times
Enumerations
 EnumerationDescription
EnumerationActivityCategoryProperty Lists ActivityCategory properties that can be mapped to underlying data source.
EnumerationActivityFeature Used to specify which activityfeatures are supported.
EnumerationActivityOperation Enum that lists operations that can be performed on an activity.
EnumerationActivityQueryRequestedDataFlags Used to specify ActivityQuery's ActivityQuery.RequestedInformation property.
EnumerationActivityType Enum that lists the four activity types.
EnumerationActivityTypes Flagged enum that lists the four activity types.
EnumerationAppointmentProperty Lists Appointment properties that can be mapped to underlying data source.
EnumerationDateRecurrenceFrequency Enum used to specifiy DateRecurrence.Frequency property.
EnumerationJournalProperty Lists Journal properties that can be mapped to underlying data source.
EnumerationOfficeColorScheme Determines the overall color scheme to use for all controls associated with a specific XamScheduleDataManager
EnumerationResourceCalendarProperty Lists ResourceCalendar properties that can be mapped to underlying data source.
EnumerationResourceFeature Used to specify which resource features are supported.
EnumerationResourceProperty Lists Resource properties that can be mapped to underlying data source.
EnumerationTaskProperty Lists Task properties that can be mapped to underlying data source.
See Also