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

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

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

    See Also