The following tables list the members exposed by Schedules.
| Name | Description | |
|---|---|---|
|
Schedules Constructor |
| Name | Description | |
|---|---|---|
|
Capacity | (Inherited from System.Collections.CollectionBase) |
|
Count | (Inherited from System.Collections.CollectionBase) |
|
Item | Gets a schedule for the sepecified index |
|
TotalCount | Get the number of schedules in this collection of schedules |
| Name | Description | |
|---|---|---|
|
InnerList | (Inherited from System.Collections.CollectionBase) |
|
List | (Inherited from System.Collections.CollectionBase) |
| Name | Description | |
|---|---|---|
|
Add | Add a schedule to the collection |
|
Clear | (Inherited from System.Collections.CollectionBase) |
|
Contains | Check if a schedule exists in the current collection |
|
GetEnumerator | (Inherited from System.Collections.CollectionBase) |
|
IndexOf | Gets the index of a specified schedule |
|
Insert | Insert a schedule at a specified position in the collection |
|
Remove | Remove a schedule from the collection |
|
RemoveAt | (Inherited from System.Collections.CollectionBase) |
| Name | Description | |
|---|---|---|
|
OnClear | (Inherited from System.Collections.CollectionBase) |
|
OnClearComplete | (Inherited from System.Collections.CollectionBase) |
|
OnInsert | (Inherited from System.Collections.CollectionBase) |
|
OnInsertComplete | (Inherited from System.Collections.CollectionBase) |
|
OnRemove | (Inherited from System.Collections.CollectionBase) |
|
OnRemoveComplete | (Inherited from System.Collections.CollectionBase) |
|
OnSet | (Inherited from System.Collections.CollectionBase) |
|
OnSetComplete | (Inherited from System.Collections.CollectionBase) |
|
OnValidate | (Inherited from System.Collections.CollectionBase) |