Skip to main content

SchedulerExtension.GetAppointmentsToRemove Method

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