[]
Represents a collection of calendar exceptions.
[ListBindable(false)]
public class CalendarExceptionCollection : BindingList<CalendarException>, IList<CalendarException>, ICollection<CalendarException>, IReadOnlyList<CalendarException>, IReadOnlyCollection<CalendarException>, IEnumerable<CalendarException>, IBindingList, IList, ICollection, IEnumerable, ICancelAddNew, IRaiseItemChangedEvents
Name | Description |
---|---|
CalendarExceptionCollection() | Initializes a new instance of the CalendarExceptionCollection class. |
Name | Description |
---|---|
ClearItems() | Removes all items from the collection. |
IndexOf(string) | Searches for the specified Name and returns the zero-based index of the corresponding calendar exception. |
InsertItem(int, CalendarException) | Inserts an item at the specified index. |
RemoveItem(int) | Removes the item at the specified index. |
Search(string) | Searches for a CalendarException with the specified Name. |
SetItem(int, CalendarException) | Replaces the item at the specified index. |