MindFusion.Scheduling for ASP.NET Programmer's Guide
TimetableDateCollection Members
Constructors Properties Methods
 


Represents a strongly-typed sorted collection of TimetableDate objects.

The following tables list the members exposed by the TimetableDateCollection type.

 Public Constructors

  Name Description

TimetableDateCollection

Overloaded.  

 Public Properties

  Name Description

Item

This is the indexer of the collection. Gets or sets the TimetableDate object located at the specified position within this collection.

 Public Methods

  Name Description

Add

Adds the specified TimetableDate object to this collection.

Clear

Removes all elements from the collection.

Contains

Determines whether this collection contains the specified TimetableDate instance.

CopyTo

Copies the elements of this TimetableDateCollection to the specified collection at the specified index.

IndexOf

Returns the zero-based index of the first occurrence of the specified TimetableDate object in this collection.

Insert

Inserts a TimetableDate object into the collection at the specified index.

Remove

Removes the first occurrence of a TimetableDate object from this collection.

RemoveAt

Removes the element at the specified index from this collection.

SortItems

Sorts the items in the collection.

 Protected Methods

  Name Description

OnClearComplete

CollectionBase.OnClearComplete override.

OnInsertComplete

CollectionBase.OnInsertComplete override.

OnRemoveComplete

CollectionBase.OnRemoveComplete override.

OnSetComplete

CollectionBase.OnSetComplete override.

 See Also

TimetableDateCollection Class
MindFusion.Scheduling.WebForms Namespace