Skip to main content

SchedulerExtension.GetAppointmentsToUpdate Method

Name Parameters Description
GetAppointmentsToUpdate<T>(SchedulerSettings, FetchAppointmentsMethod, Object) static settings, fetchAppointmentsMethod, resourceDataObject Obtains appointments whose data should be updated in the data source using the delegate method that enables you to dynamically limit the number of loaded appointments.
GetAppointmentsToUpdate<T>(SchedulerSettings, Object, Object) static settings, appointmentDataObject, resourceDataObject Obtains appointments whose data should be updated in the data source.
GetAppointmentsToUpdate<T>(SchedulerSettings, Object) static settings, appointmentDataObject Obtains appointments whose data should be updated in the data source.
GetAppointmentsToUpdate<T>(String, FetchAppointmentsMethod, Object, MVCxAppointmentStorage, MVCxResourceStorage) static schedulerName, fetchAppointmentsMethod, resourceDataObject, appointmentStorage, resourceStorage Obtains appointments whose data should be updated in the data source using the delegate method that enables you to dynamically limit the number of loaded appointments.
GetAppointmentsToUpdate<T>(String, FirstDayOfWeek, FetchAppointmentsMethod, Object, MVCxAppointmentStorage, MVCxResourceStorage) static schedulerName, firstDayOfWeek, fetchAppointmentsMethod, resourceDataObject, appointmentStorage, resourceStorage Obtains appointments whose data should be updated in the data source.
GetAppointmentsToUpdate<T>(String, FirstDayOfWeek, Object, Object, MVCxAppointmentStorage, MVCxResourceStorage) static schedulerName, firstDayOfWeek, appointmentDataObject, resourceDataObject, appointmentStorage, resourceStorage Obtains appointments whose data should be updated in the data source.
GetAppointmentsToUpdate<T>(String, Object, MVCxAppointmentStorage, MVCxResourceStorage) static schedulerName, appointmentDataObject, appointmentStorage, resourceStorage Obtains appointments whose data should be updated in the data source.
GetAppointmentsToUpdate<T>(String, Object, Object, MVCxAppointmentStorage, MVCxResourceStorage) static schedulerName, appointmentDataObject, resourceDataObject, appointmentStorage, resourceStorage Obtains appointments whose data should be updated in the data source.