The IntervalAppointmentCollection class is a
ReadOnlyObservableCollection<(Of <(<'T>)>)> collection
of IntervalAppointment objects belonging to a certain VisualInterval object.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public class IntervalAppointmentCollection : ReadOnlyObservableCollection<IntervalAppointment> |
Visual Basic (Declaration) |
---|
Public Class IntervalAppointmentCollection _ Inherits ReadOnlyObservableCollection(Of IntervalAppointment) |
Inheritance Hierarchy
System..::..Object
System.Collections.ObjectModel..::..ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>
System.Collections.ObjectModel..::..ReadOnlyObservableCollection<(Of <(<'IntervalAppointment>)>)>
C1.WPF.C1Schedule..::..IntervalAppointmentCollection
System.Collections.ObjectModel..::..ReadOnlyCollection<(Of <(<'IntervalAppointment>)>)>
System.Collections.ObjectModel..::..ReadOnlyObservableCollection<(Of <(<'IntervalAppointment>)>)>
C1.WPF.C1Schedule..::..IntervalAppointmentCollection