Baseline
Contents
[
Hide
]Baseline class
Represents baseline values of a resource.
Methods
| Name | Description |
|---|---|
| CompareTo | IComparable interface implementation. Compares this instance to the specified Baseline object. |
| Equals (2 overloads) | Returns a value indicating whether this instance is equal to a specified object. |
| get_BaselineNumber | Gets the unique number of a baseline data record. |
| get_Bcwp | Gets the budgeted cost of a work performed by a resource for a project to-date. |
| get_Bcws | Gets the budget cost of a work scheduled for a resource. |
| get_Cost | Gets the projected cost of a resource when the baseline is saved. |
| get_Work | Gets the work assigned to a resource when the baseline is saved. The amount of assigned work to a resource when the baseline was saved. |
| GetHashCode | Returns a hash code value for the baseline. |
| set_BaselineNumber | Sets the unique number of a baseline data record. |
| set_Bcwp | Sets the budgeted cost of a work performed by a resource for a project to-date. |
| set_Bcws | Sets the budget cost of a work scheduled for a resource. |
| set_Cost | Sets the projected cost of a resource when the baseline is saved. |
| set_Work | Sets the work assigned to a resource when the baseline is saved. The amount of assigned work to a resource when the baseline was saved. |