The following tables list the members exposed by ScheduleDataSource.
Name | Description | |
---|---|---|
IsAppointmentDataReady | Returns false in the case where an appointment item source has been assigned and the initialization process is currently underway. |
Name | Description | |
---|---|---|
BeginEdit | Overloaded. Begins an edit mode session on the specified activity. | |
CancelEdit | Reverses changes made to an Infragistics.Scheduler.Appointment during an edit mode session initiated by the BeginEdit(Appointment,Action<DataError>) or CreateAppointment(Action<DataError>) methods. | |
CreateAppointment | Overloaded. When overridden in a derived class, creates a new Infragistics.Scheduler.Appointment. | |
DeleteAppointment | When overridden in a derived class, deletes the specified Infragistics.Scheduler.Appointment. | |
EndEdit | Commits changes made to an Infragistics.Scheduler.ActivityBase during an edit mode session initiated by the BeginEdit(Appointment,Action<DataError>) or CreateAppointment(Action<DataError>) methods. | |
GetAppointmentsInRange | Overloaded. Returns all appointments which lie within the specified date/time range. | |
GetResources | Returns an enumerable list of the resources associated with this data source. | |
HasAppointmentsInRange | Returns an array of dates representing the days in the given date/time range which contain appointments. |
Name | Description | |
---|---|---|
BumpResourcesVersion | Marks the resources cache dirty. | |
CreateVariance | Creates a variance, i.e., a modified occurrence of a recurrence. | |
Destroy | When implemented in a derived class, performs any cleanup operations necessary in order to release memory previously used by this object. | |
InternalNotifyPropertyChanging | Called before an internal property change notification is handled, giving the data source an opportunity to suppress the notification. | |
OnAppointmentPropertyChanged | Raises the AppointmentPropertyChanged event. | |
OnPropertyChanged | Raises the PropertyChanged event. | |
OnResourcePropertyChanged | Raises the ResourcePropertyChanged event. |
Name | Description | |
---|---|---|
DataError | Occurs when an error was encountered during a data access operation. | |
PropertyChanged | Occurs when the value of a property of this object changes. |