Skip to main content

SchedulerExtension Methods

An extension object implementing the Scheduler functionality.
Name Description
Bind(FetchAppointmentsMethod, Object) Binds the Scheduler to an appointment data source modified dynamically, using the FetchAppointmentsMethod delegate, and to a resource data source.
Bind(FetchAppointmentsMethod) Binds the Scheduler to an appointment data source modified dynamically using a FetchAppointmentsMethod delegate.
Bind(PersistentObjectCancelMethod, PersistentObjectCancelMethod) Allows you to hide specific appointments and resources.
Bind(Object, Object) Binds the Scheduler to a data source.
Bind(Object) Binds the Scheduler to appointment data source.
ConvertAppointment<T>(Appointment, MVCxAppointmentStorage) static Returns the appointment of the specified type.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
ExportToICalendar(SchedulerSettings, Object, Boolean) static Exports the scheduler data to iCalendar format using the specified settings.
ExportToICalendar(SchedulerSettings, Object, Object, Boolean) static Exports the scheduler data to iCalendar format using the specified settings.
ExportToICalendar(SchedulerSettings, Object, Object, String, Boolean) static Exports the scheduler data to iCalendar format using the specified settings.
ExportToICalendar(SchedulerSettings, Object, Object, String) static Exports the scheduler data to iCalendar format using the specified settings.
ExportToICalendar(SchedulerSettings, Object, Object) static Exports the scheduler data to iCalendar format using the specified settings.
ExportToICalendar(SchedulerSettings, Object, String) static Exports the scheduler data to iCalendar format using the specified settings.
ExportToICalendar(SchedulerSettings, Object) static Exports the scheduler data to iCalendar format using the specified settings.
GetAppointmentsToInsert<T>(SchedulerSettings, FetchAppointmentsMethod, Object) static 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 Obtains appointments which should be inserted into the data source.
GetAppointmentsToInsert<T>(SchedulerSettings, Object) static Obtains appointments which should be inserted into the data source.
GetAppointmentsToInsert<T>(String, FetchAppointmentsMethod, Object, MVCxAppointmentStorage, MVCxResourceStorage) static 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 Obtains appointments which should be inserted into the data source.
GetAppointmentsToInsert<T>(String, FirstDayOfWeek, Object, Object, MVCxAppointmentStorage, MVCxResourceStorage) static Obtains appointments which should be inserted into the data source.
GetAppointmentsToInsert<T>(String, Object, MVCxAppointmentStorage, MVCxResourceStorage) static Obtains appointments which should be inserted into the data source.
GetAppointmentsToInsert<T>(String, Object, Object, MVCxAppointmentStorage, MVCxResourceStorage) static Obtains appointments which should be inserted into the data source.
GetAppointmentsToRemove<T>(SchedulerSettings, FetchAppointmentsMethod, Object) static 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 Obtains appointments which should be removed from the data source.
GetAppointmentsToRemove<T>(SchedulerSettings, Object) static Obtains appointments which should be removed from the data source.
GetAppointmentsToRemove<T>(String, FetchAppointmentsMethod, Object, MVCxAppointmentStorage, MVCxResourceStorage) static 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 Obtains appointments which should be removed from the data source.
GetAppointmentsToRemove<T>(String, Object, Object, MVCxAppointmentStorage, MVCxResourceStorage) static Obtains appointments which should be removed from the data source.
GetAppointmentsToUpdate<T>(SchedulerSettings, FetchAppointmentsMethod, Object) static 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 Obtains appointments whose data should be updated in the data source.
GetAppointmentsToUpdate<T>(SchedulerSettings, Object) static Obtains appointments whose data should be updated in the data source.
GetAppointmentsToUpdate<T>(String, FetchAppointmentsMethod, Object, MVCxAppointmentStorage, MVCxResourceStorage) static 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 Obtains appointments whose data should be updated in the data source.
GetAppointmentsToUpdate<T>(String, FirstDayOfWeek, Object, Object, MVCxAppointmentStorage, MVCxResourceStorage) static Obtains appointments whose data should be updated in the data source.
GetAppointmentsToUpdate<T>(String, Object, MVCxAppointmentStorage, MVCxResourceStorage) static Obtains appointments whose data should be updated in the data source.
GetAppointmentsToUpdate<T>(String, Object, Object, MVCxAppointmentStorage, MVCxResourceStorage) static Obtains appointments whose data should be updated in the data source.
GetAppointmentToInsert<T>(SchedulerSettings, Object, Object) static Obsolete. Obtains appointments which should be inserted into the data source.
GetAppointmentToInsert<T>(SchedulerSettings, Object) static Obsolete. Obtains appointments which should be inserted into the data source.
GetAppointmentToInsert<T>(String, Object, MVCxAppointmentStorage, MVCxResourceStorage) static Obsolete. Obtains appointments which should be inserted into the data source.
GetAppointmentToInsert<T>(String, Object, Object, MVCxAppointmentStorage, MVCxResourceStorage) static Obsolete. Obtains appointments which should be inserted into the data source.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetHtml() Inserts the HTML code rendered by an extension into the required page output. Inherited from ExtensionBase.
GetPrintAdapter(SchedulerSettings, Object, Object) static Gets a print adapter for the Scheduler control, required to construct Scheduler reports.
GetPrintAdapter(SchedulerSettings, Object) static Gets a print adapter for the Scheduler control, required to construct Scheduler reports.
GetType() Gets the Type of the current instance. Inherited from Object.
HasErrors(String) static Returns a value that indicates whether or not there were errors during the current operation.
ImportFromICalendar<T>(SchedulerSettings, Stream) static Imports appointments from iCalendar format.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Render() Renders the extension’s HTML code to the Response. Inherited from ExtensionBase.
SetErrorText(String) Displays the explanatory text for the error.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also