The AppointmentCollection is a collection of all
Appointment objects in the C1Schedule component.
Namespace:
C1.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
public class AppointmentCollection : BaseCollection<Appointment> |
Visual Basic |
---|
Public Class AppointmentCollection _ Inherits BaseCollection(Of Appointment) |
Inheritance Hierarchy
System..::..Object
System.Collections.ObjectModel..::..Collection<(Of <(<'Appointment>)>)>
System.Collections.ObjectModel..::..KeyedCollection<(Of <(<'Guid, Appointment>)>)>
C1.C1Schedule..::..C1ObservableKeyedCollection<(Of <(<'Guid, Appointment>)>)>
C1.C1Schedule..::..BaseCollection<(Of <(<'Appointment>)>)>
C1.C1Schedule..::..AppointmentCollection
System.Collections.ObjectModel..::..Collection<(Of <(<'Appointment>)>)>
System.Collections.ObjectModel..::..KeyedCollection<(Of <(<'Guid, Appointment>)>)>
C1.C1Schedule..::..C1ObservableKeyedCollection<(Of <(<'Guid, Appointment>)>)>
C1.C1Schedule..::..BaseCollection<(Of <(<'Appointment>)>)>
C1.C1Schedule..::..AppointmentCollection