Skip to main content

MVCxSchedulerStorage Methods

A storage which holds data for the Scheduler control.
Name Description
BeginInit() Starts the scheduler storage initialization. Initialization occurs at runtime. Inherited from SchedulerStorageBase.
BeginUpdate() Locks the object until the EndUpdate or CancelUpdate method is called. Inherited from SchedulerStorageBase.
CalcTotalAppointmentCountForExchange() Gets the number of appointments in the storage which can be exported. Inherited from SchedulerStorageBase.
CancelUpdate() Unlocks the SchedulerStorageBase object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from SchedulerStorageBase.
CreateAppointment(AppointmentType, DateTime, DateTime, String) Creates an appointment of the specified type with the specified start time, end time and the subject. Inherited from SchedulerStorageBase.
CreateAppointment(AppointmentType, DateTime, DateTime) Creates an appointment of the specified type with the specified start and end time. Inherited from SchedulerStorageBase.
CreateAppointment(AppointmentType, DateTime, TimeSpan, String) Creates an appointment of the specified type with the specified start time, duration and subject. Inherited from SchedulerStorageBase.
CreateAppointment(AppointmentType, DateTime, TimeSpan) Creates an appointment of the specified type with the specified start time and duration. Inherited from SchedulerStorageBase.
CreateAppointment(AppointmentType) Creates an appointment of the specified type. Inherited from SchedulerStorageBase.
CreateAppointmentDependency(Object, Object, AppointmentDependencyType) Creates a dependency of the specified type between two appointments specified by their IDs. Inherited from SchedulerStorageBase.
CreateAppointmentDependency(Object, Object) Creates a dependency between two appointments specified by their Ids. Inherited from SchedulerStorageBase.
CreateObjRef(Type) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject.
CreateReminder(Appointment) Creates a reminder for the specified appointment. Inherited from SchedulerStorageBase.
CreateResource(Object, String) Creates a new resource with the specified ID and a caption. Inherited from SchedulerStorageBase.
CreateResource(Object) Creates a new resource with the specified ID. Inherited from SchedulerStorageBase.
Dispose() Releases all resources used by the Component. Inherited from Component.
EndInit() Ends the scheduler storage initialization. Inherited from SchedulerStorageBase.
EndUpdate() Unlocks the ASPxSchedulerStorage object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from ASPxSchedulerStorage.
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.
GetAppointmentId(Appointment) Gets the identifier of the specified appointment. Inherited from ASPxSchedulerStorage.
GetAppointments(TimeInterval, Boolean) Retrieves the collection of appointments that fall within the specified time interval. Inherited from SchedulerStorageBase.
GetAppointments(TimeIntervalCollection, Boolean) Retrieves the collection of appointments that fall within the specified time interval. Inherited from SchedulerStorageBase.
GetAppointments(DateTime, DateTime, Boolean) Retrieves the collection of appointments that fall within the specified time interval. Inherited from SchedulerStorageBase.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetLabelColor(Object) Obtains the color of the label by its ID. Inherited from ASPxSchedulerStorage.
GetLifetimeService() Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject.
GetNonFilteredAppointments(TimeInterval, Object) Retrieves the collection of appointments that fall within the specified time interval bypassing filter settings. For internal use. Inherited from SchedulerStorageBase.
GetObjectRow(IPersistentObject) Returns the data row object that contains information about the specified persistent object. Inherited from SchedulerStorageBase.
GetObjectValue(IPersistentObject, String) Gets the value of the specified field in the data row that supplies data for the persistent object. Inherited from SchedulerStorageBase.
GetService(Type) protected Returns an object that represents a service provided by the Component or by its Container. Inherited from Component.
GetType() Gets the Type of the current instance. Inherited from Object.
InitializeLifetimeService() Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MemberwiseClone(Boolean) protected Creates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject.
OnAppointmentsAutoReloading(Object, CancelListChangedEventArgs) This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from SchedulerStorageBase.
RaiseFilterDependency(AppointmentDependency) Raises the SchedulerStorageBase.FilterDependency event. Inherited from SchedulerStorageBase.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RefreshData() Updates XtraScheduler to reflect any changes made in the data sources which store the appointments and appointment resources. Inherited from SchedulerStorageBase.
SetAppointmentDependencyFactory(IAppointmentDependencyFactory) Specifies the appointment dependency factory for use by the storage. Inherited from SchedulerStorageBase.
SetAppointmentFactory(IAppointmentFactory) Assigns the specified appointment factory to the SchedulerStorageBase. Inherited from SchedulerStorageBase.
SetAppointmentId(Appointment, Object) Sets the identifier of the specified appointment to a specified value. Inherited from ASPxSchedulerStorage.
SetObjectValue(IPersistentObject, String, Object) Assigns the specified value to a field in the data row that contains information about the specified persistent object. Inherited from SchedulerStorageBase.
SetResourceFactory(IResourceFactory) Assigns the specified resource factory to the SchedulerStorageBase. Inherited from SchedulerStorageBase.
ToString() Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component.
TriggerAlerts() Invokes reminder alerts for the current time. Inherited from SchedulerStorageBase.
See Also