The IntervalAppointmentCollection class is a ReadOnlyObservableCollection<(Of <(<'T>)>)> collection of IntervalAppointment objects belonging to a certain VisualInterval object.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public class IntervalAppointmentCollection : ReadOnlyObservableCollection
Visual Basic
Public Class IntervalAppointmentCollection _
	Inherits ReadOnlyObservableCollection

Inheritance Hierarchy

System.Collections.ObjectModel..::..ReadOnlyObservableCollection<(Of <(<'T>)>)>
  C1.Silverlight.Schedule..::..IntervalAppointmentCollection

See Also