Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / AppointmentMappingCollection Class
Members

In This Topic
    AppointmentMappingCollection Class
    In This Topic
    Represents a generic collection of mappings for properties of BaseObject derived objects to appropriate data fields.
    Object Model
    AppointmentMappingCollection Class
    Syntax
    'Declaration
     
    Public Class AppointmentMappingCollection 
       Inherits C1.C1Schedule.MappingCollectionBase(Of Appointment)
    public class AppointmentMappingCollection : C1.C1Schedule.MappingCollectionBase<Appointment> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
             C1.C1Schedule.MappingCollectionBase<T>
                C1.C1Schedule.AppointmentMappingCollection

    See Also