'Declaration
Public Class AppointmentMappingCollection Inherits C1.Schedule.MappingCollectionBase(Of Appointment)
public class AppointmentMappingCollection : C1.Schedule.MappingCollectionBase<Appointment>
'Declaration
Public Class AppointmentMappingCollection Inherits C1.Schedule.MappingCollectionBase(Of Appointment)
public class AppointmentMappingCollection : C1.Schedule.MappingCollectionBase<Appointment>
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
C1.Schedule.MappingCollectionBase<T>
C1.Schedule.AppointmentMappingCollection