Skip to main content

SchedulerStorageControlExtension.GetAppointmentsToUpdate Method

Name Parameters Description
GetAppointmentsToUpdate<T>(SchedulerStorageControlSettings, FetchAppointmentsMethod, Object) static settings, fetchAppointmentsMethod, resourceDataObject Obtains appointments whose data should be updated in the data source.
GetAppointmentsToUpdate<T>(SchedulerStorageControlSettings, Object, Object) static settings, appointmentDataObject, resourceDataObject Obtains appointments whose data should be updated in the data source.
GetAppointmentsToUpdate<T>(SchedulerStorageControlSettings, Object) static settings, appointmentDataObject Obtains appointments whose data should be updated in the data source.
GetAppointmentsToUpdate<T>(String, FetchAppointmentsMethod, Object, MVCxAppointmentStorage, MVCxResourceStorage) static name, fetchAppointmentsMethod, resourceDataObject, appointmentStorage, resourceStorage Obtains appointments whose data should be updated in the data source.
GetAppointmentsToUpdate<T>(String, Object, MVCxAppointmentStorage, MVCxResourceStorage) static name, appointmentDataObject, appointmentStorage, resourceStorage Obtains appointments whose data should be updated in the data source.
GetAppointmentsToUpdate<T>(String, Object, Object, MVCxAppointmentStorage, MVCxResourceStorage) static name, appointmentDataObject, resourceDataObject, appointmentStorage, resourceStorage Obtains appointments whose data should be updated in the data source.