The C1ScheduleStorage type exposes the following members.

Methods

  NameDescription
Public methodClear
Clears all unbound storages. Loads default sets if any for unbound storages.
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDisposeOverloaded.
Public methodExportOverloaded.
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodGetService
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
Public methodImportOverloaded.
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)

Properties

  NameDescription
Public propertyActions
Gets the ActionCollection object.
Public propertyAppointmentStorage
Gets the AppointmentStorage object.
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public propertyCategoryStorage
Gets the CategoryStorage object.
Public propertyContactStorage
Gets the ContactStorage object.
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyLabelStorage
Gets the LabelStorage object.
Public propertyReminders
Gets the ReminderCollection object.
Public propertyResourceStorage
Gets the ResourceStorage object.
Public propertyScheduler
Gets the reference to the parent C1Scheduler control.
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertyStatusStorage
Gets the StatusStorage object.

Events

  NameDescription
Public eventDisposed
Occurs when the component is disposed by a call to the Dispose()()()() method.
(Inherited from Component.)

See Also