ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.GanttView Namespace / CalendarMappingCollection Class
Members

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

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
             C1.Schedule.MappingCollectionBase<T>
                C1.GanttView.CalendarMappingCollection

    See Also