GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / TasksMappingCollection Class
Members

In This Topic
    TasksMappingCollection Class
    In This Topic
    Represents a generic collection of mappings for properties of 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