Click or drag to resize

ScheduleManager Properties

The ScheduleManager type exposes the following members.

Properties
  Name Description
Protected property CanRaiseEvents Gets a value indicating whether the component can raise an event.
(Inherited from Component)
Public property Container Gets the IContainer that contains the Component.
(Inherited from Component)
Protected property DesignMode Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component)
Public property Enabled Gets or sets a boolean value that indicates whether the ScheduleManager object is currently enabled.
Protected property Events Gets the list of event handlers that are attached to this Component.
(Inherited from Component)
Public property IsDisposed Gets a flag that indicates whether the object has been disposed.
Public property IsRunning Gets a boolean value that indicates whether the ScheduleManager is running.
Public property Name Gets the unique identifier of the ScheduleManager object.
Public property PersistSettings Gets or sets a boolean value that indicates whether the settings of ScheduleManager object are to be saved to the config file.
Public property Schedules Gets a list of all Schedule monitored by the ScheduleManager object.
Public property SettingsCategory Gets or sets the category under which the settings of ScheduleManager object are to be saved to the config file if the PersistSettings property is set to true.
Public property Site Gets or sets the ISite of the Component.
(Inherited from Component)
Public property Status Gets the descriptive status of the ScheduleManager object.
Top
See Also