MVCxSchedulerStorage Members
In This Article
#Constructors
Name | Description |
---|---|
MVCx |
Initializes a new instance of the MVCx |
#Properties
Name | Description |
---|---|
Appointment |
Obsolete. This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Scheduler |
Appointments | Gets a storage object that contains appointment related information. |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Date |
Gets or sets in what time zone to store the appointment dates.
Inherited from Scheduler |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Enable |
Gets or sets whether the Reminder availability for appointments is enabled.
Inherited from Scheduler |
Enable |
Gets or sets whether certain internal criteria for raising the Scheduler |
Enable |
Gets or sets whether the scheduler saves the appointment time zone information.
Inherited from Scheduler |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Fetch |
Gets or sets whether to raise the Fetch |
Is |
Gets whether the storage has been locked for updating.
Inherited from Scheduler |
Reminder |
Gets or sets the reminder’s behavior if the reminder alert falls within the interval that actually doesn’t exist because of the Daylight Saving Time shift.
Inherited from Scheduler |
Reminders |
Gets or sets the time interval a reminder’s alert time should be checked (in milliseconds).
Inherited from Scheduler |
Reminders |
Gets whether the reminders are enabled.
Inherited from Scheduler |
Resources | Gets the object which manages resources for appointments. |
Resource |
Gets a value indicating whether an appointment could be shared between multiple resources.
Inherited from Scheduler |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Supports |
Gets whether the scheduler storage can contain information on appointment recurrence.
Inherited from Scheduler |
Supports |
Gets whether the appointment reminder data mapping is specified.
Inherited from Scheduler |
Time |
Gets or sets the time zone in which the Scheduler |
Unbound |
Gets a value indicating if the scheduler storage is bound to data.
Inherited from Scheduler |
#Methods
Name | Description |
---|---|
Begin |
Starts the scheduler storage initialization. Initialization occurs at runtime.
Inherited from Scheduler |
Begin |
Locks the object until the End |
Calc |
Gets the number of appointments in the storage which can be exported.
Inherited from Scheduler |
Cancel |
Unlocks the Scheduler |
Create |
Creates an appointment of the specified type with the specified start time, end time and the subject.
Inherited from Scheduler |
Create |
Creates an appointment of the specified type with the specified start and end time.
Inherited from Scheduler |
Create |
Creates an appointment of the specified type with the specified start time, duration and subject.
Inherited from Scheduler |
Create |
Creates an appointment of the specified type with the specified start time and duration.
Inherited from Scheduler |
Create |
Creates an appointment of the specified type.
Inherited from Scheduler |
Create |
Creates a dependency of the specified type between two appointments specified by their IDs.
Inherited from Scheduler |
Create |
Creates a dependency between two appointments specified by their Ids.
Inherited from Scheduler |
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Create |
Creates a reminder for the specified appointment.
Inherited from Scheduler |
Create |
Creates a new resource with the specified ID and a caption.
Inherited from Scheduler |
Create |
Creates a new resource with the specified ID.
Inherited from Scheduler |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
End |
Ends the scheduler storage initialization.
Inherited from Scheduler |
End |
Unlocks the ASPx |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Gets the identifier of the specified appointment.
Inherited from ASPx |
Get |
Retrieves the collection of appointments that fall within the specified time interval.
Inherited from Scheduler |
Get |
Retrieves the collection of appointments that fall within the specified time interval.
Inherited from Scheduler |
Get |
Retrieves the collection of appointments that fall within the specified time interval.
Inherited from Scheduler |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Obtains the color of the label by its ID.
Inherited from ASPx |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Retrieves the collection of appointments that fall within the specified time interval bypassing filter settings. For internal use.
Inherited from Scheduler |
Get |
Returns the data row object that contains information about the specified persistent object.
Inherited from Scheduler |
Get |
Gets the value of the specified field in the data row that supplies data for the persistent object.
Inherited from Scheduler |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
On |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Scheduler |
Raise |
Raises the Scheduler |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Refresh |
Updates Xtra |
Set |
Specifies the appointment dependency factory for use by the storage.
Inherited from Scheduler |
Set |
Assigns the specified appointment factory to the Scheduler |
Set |
Sets the identifier of the specified appointment to a specified value.
Inherited from ASPx |
Set |
Assigns the specified value to a field in the data row that contains information about the specified persistent object.
Inherited from Scheduler |
Set |
Assigns the specified resource factory to the Scheduler |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
Trigger |
Invokes reminder alerts for the current time.
Inherited from Scheduler |
#Events
Name | Description |
---|---|
Appointment |
Fires after an appointment’s data row is deleted from the data source.
Inherited from ASPx |
Appointment |
Fires before an appointment data row is deleted from the data source.
Inherited from ASPx |
Appointment |
Fires after a new record containing appointment information is inserted into the data source.
Inherited from ASPx |
Appointment |
Fires before appointment data is posted to the data source for insertion.
Inherited from ASPx |
Appointment |
Fires after an appointment’s data record is updated.
Inherited from ASPx |
Appointment |
Fires before the appointment data is posted to the data source to update the record.
Inherited from ASPx |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Filter |
Enables you to fire alerts only for specific reminders.
Inherited from Scheduler |
See Also