ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.GanttView Namespace / ResourceStorage Class
Members

In This Topic
    ResourceStorage Class
    In This Topic
    The 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.
    Object Model
    ResourceStorage Class
    Syntax
    'Declaration
     
    Public Class ResourceStorage 
       Inherits C1.C1Schedule.BaseStorage(Of Resource,ResourceMappingCollection)
    public class ResourceStorage : C1.C1Schedule.BaseStorage<Resource,ResourceMappingCollection> 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             C1.C1Schedule.C1BindingSource
                C1.C1Schedule.BaseStorage<T,TMappingCollection>
                   C1.GanttView.ResourceStorage

    See Also