ComponentOne GanttView for WinForms
TasksMappingCollection Class
Members 

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

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

See Also

Reference

TasksMappingCollection Members
C1.GanttView Namespace