Schedules Class Members
See Also  Properties Methods 
SourceCode.EventBus.Scheduler.Management Namespace : Schedules Class


Glossary Item Box

The following tables list the members exposed by Schedules.

Public Constructors

  Name Description
Public Constructor Schedules Constructor  
Top

Public Properties

  Name Description
Public Property Capacity (Inherited from System.Collections.CollectionBase)
Public Property Count (Inherited from System.Collections.CollectionBase)
Public Property Item Gets a schedule for the sepecified index  
Public Property TotalCount Get the number of schedules in this collection of schedules  
Top

Protected Properties

  Name Description
Protected Property InnerList (Inherited from System.Collections.CollectionBase)
Protected Property List (Inherited from System.Collections.CollectionBase)
Top

Public Methods

  Name Description
Public Method Add Add a schedule to the collection  
Public Method Clear (Inherited from System.Collections.CollectionBase)
Public Method Contains Check if a schedule exists in the current collection  
Public Method GetEnumerator (Inherited from System.Collections.CollectionBase)
Public Method IndexOf Gets the index of a specified schedule  
Public Method Insert Insert a schedule at a specified position in the collection  
Public Method Remove Remove a schedule from the collection  
Public Method RemoveAt (Inherited from System.Collections.CollectionBase)
Top

Protected Methods

See Also