ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.GanttView Namespace
Inheritance Hierarchy
In This Topic
    C1.GanttView Namespace (C1.Win.C1GanttView.4.5.2)
    In This Topic
    Classes
     ClassDescription
    ClassThe C1GanttViewStorage component handles all data operations for the C1GanttView control and contains specific data storages for tasks, resources, calendars and properties which are used for binding corresponing collections to the data.
    ClassRepresents a generic collection of mappings for properties of C1.Win.C1GanttView.BaseObject derived objects to appropriate data fields.
    ClassThe CalendarStorage is the storage for C1.Win.C1GanttView.CustomCalendar objects. It allows binding to the data source and mapping data source fields to the calendar properties.
    ClassThe PropertyStorage<T> is the storage for some object properties.
    ClassRepresents a generic collection of mappings for properties of C1.Win.C1GanttView.Resource derived objects to appropriate data fields.
    ClassThe ResourceStorage is the storage for C1.Win.C1GanttView.Resource objects. It allows binding to the data source and mapping data source fields to the resource properties.
    ClassRepresents a generic collection of mappings for properties of C1.Win.C1GanttView.Task derived objects to appropriate data fields.
    ClassThe TasksStorage is the storage for C1.Win.C1GanttView.Task objects. It allows binding to the data source and mapping data source fields to the task properties.
    Interfaces
     InterfaceDescription
    InterfaceInterface allow to set a key name for object which properties could be stored to PropertyStorage
    See Also