Skip to main content

SchedulerStorageControlExtension.GetAppointmentsToInsert Method

Name Parameters Description
GetAppointmentsToInsert<T>(SchedulerStorageControlSettings, FetchAppointmentsMethod, Object) static settings, fetchAppointmentsMethod, resourceDataObject Obtains appointments which should be inserted into the data source.
GetAppointmentsToInsert<T>(SchedulerStorageControlSettings, Object, Object) static settings, appointmentDataObject, resourceDataObject Obtains appointments which should be inserted into the data source.
GetAppointmentsToInsert<T>(SchedulerStorageControlSettings, Object) static settings, appointmentDataObject Obtains appointments which should be inserted into the data source.
GetAppointmentsToInsert<T>(String, FetchAppointmentsMethod, Object, MVCxAppointmentStorage, MVCxResourceStorage) static name, fetchAppointmentsMethod, resourceDataObject, appointmentStorage, resourceStorage Obtains appointments which should be inserted into the data source.
GetAppointmentsToInsert<T>(String, Object, MVCxAppointmentStorage, MVCxResourceStorage) static name, appointmentDataObject, appointmentStorage, resourceStorage Obtains appointments which should be inserted into the data source.
GetAppointmentsToInsert<T>(String, Object, Object, MVCxAppointmentStorage, MVCxResourceStorage) static name, appointmentDataObject, resourceDataObject, appointmentStorage, resourceStorage Obtains appointments which should be inserted into the data source.