Scheduler for WPF | ComponentOne
C1.Schedule 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.Schedule.MappingCollectionBase(Of Appointment)
    public class AppointmentMappingCollection : C1.Schedule.MappingCollectionBase<Appointment> 
    Inheritance Hierarchy
    See Also