Skip to main content

SchedulerExtension.GetAppointmentsToInsert Method

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