ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / ResourceType Enumeration

In This Topic
    ResourceType Enumeration
    In This Topic
    Specifies the type of a resource.
    Syntax
    'Declaration
     
    Public Enum ResourceType 
       Inherits System.Enum
    public enum ResourceType : System.Enum 
    Members
    MemberDescription
    CostFees associated with getting tasks in your project done.
    MaterialThings that the work resources need to complete tasks in your project.
    WorkPeople and equipment that will do the work to complete tasks in your project.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1GanttView.ResourceType

    See Also