[]
Represents a resource in the project.
[TypeConverter(typeof(ResourceConverter))]
public class Resource : BaseObject, INotifyPropertyChanged, ICloneable
| Name | Description |
|---|---|
| Resource() | Initializes a new instance of a Resource. |
| 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. |
| Name | Description |
|---|---|
| ResetCost() | Resets the value of the Cost property. |