[]
        
(Showing Draft Content)

C1.GanttView.Resource

Resource Class

Represents a resource in the project.

Inheritance
Resource
Namespace: C1.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
[TypeConverter(typeof(ResourceConverter))]
public class Resource : BaseObject, INotifyPropertyChanged, ICloneable

Constructors

Name Description
Resource()

Initializes a new instance of a Resource.

Properties

Name Description
Cost

Gets or sets the cost of the resource.

Name

Gets or sets the resource name.

ResourceType

Gets or sets the type of the resource.

UnitOfMeasure

Gets or sets the unit of measure for the resource.

Methods

Name Description
ResetCost()

Resets the value of the Cost property.