C1.WPF.GanttView.4.6.2 Assembly / C1.GanttView Namespace / TasksStorage Class
Members

TasksStorage Class
The TasksStorage is the storage for Task objects. It allows binding to the data source and mapping data source fields to the task properties.
Object Model
TasksStorage Class
Syntax
'Declaration
 
Public Class TasksStorage 
   Inherits C1.Schedule.BaseStorage(Of Task,TasksMappingCollection)
 
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         C1.Schedule.C1BindingSource
            C1.Schedule.BaseStorage<T,TMappingCollection>
               C1.GanttView.TasksStorage

See Also