C1.WPF.GanttView Assembly / C1.GanttView Namespace / CalendarMappingCollection Class
Members

CalendarMappingCollection Class
Represents a generic collection of mappings for properties of BaseObject derived objects to appropriate data fields.
Object Model
CalendarMappingCollection Class
Syntax
'Declaration
 
Public Class CalendarMappingCollection 
   Inherits C1.Schedule.MappingCollectionBase(Of 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