SchedulerStorageControlExtension Methods
An extension object implementing the Scheduler Storage Control functionality.Name | Description |
---|---|
Bind(FetchAppointmentsMethod, Object) | Binds the Scheduler Storage control extension to an appointment data source modified dynamically, using the FetchAppointmentsMethod delegate, and to a resource data source. |
Bind(FetchAppointmentsMethod) | Binds the Scheduler Storage control extension 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 Storage control to a data source. |
Bind(Object) | Binds the Scheduler Storage Control to the appointment data source. |
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. |
GetAppointmentsToInsert<T>(SchedulerStorageControlSettings, FetchAppointmentsMethod, Object) static | Obtains appointments which should be inserted into the data source. |
GetAppointmentsToInsert<T>(SchedulerStorageControlSettings, Object, Object) static | Obtains appointments which should be inserted into the data source. |
GetAppointmentsToInsert<T>(SchedulerStorageControlSettings, 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. |
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>(SchedulerStorageControlSettings, FetchAppointmentsMethod, Object) static | Obtains appointments which should be removed from the data source. |
GetAppointmentsToRemove<T>(SchedulerStorageControlSettings, Object, Object) static | Obtains appointments which should be removed from the data source. |
GetAppointmentsToRemove<T>(SchedulerStorageControlSettings, 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. |
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>(SchedulerStorageControlSettings, FetchAppointmentsMethod, Object) static | Obtains appointments whose data should be updated in the data source. |
GetAppointmentsToUpdate<T>(SchedulerStorageControlSettings, Object, Object) static | Obtains appointments whose data should be updated in the data source. |
GetAppointmentsToUpdate<T>(SchedulerStorageControlSettings, 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. |
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. |
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. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
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. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also