TaskBaseline
Contents
[
Hide
]TaskBaseline class
Represents Baseline of a Task.
The TaskBaseline type exposes the following members:
Constructors
| Name | Description | 
|---|---|
| TaskBaseline(task) | Initializes a new instance of the TaskBaseline class. | 
Properties
| Name | Description | 
|---|---|
| baseline_number | Gets or sets the unique number of a baseline data record. | 
| work | Gets or sets the work assigned to a resource when the baseline is saved. | 
| cost | Gets or sets the projected cost of a resource when the baseline is saved. | 
| bcws | Gets or sets the budget cost of a work scheduled for a resource. | 
| bcwp | Gets or sets the budgeted cost of a work performed by a resource for a project to-date. | 
| timephased_data | Gets or sets a TimephasedDataCollection instance for this object. The time phased data associated with the task baseline.  | 
| interim | Gets or sets a value indicating whether this is an Interim Baseline. | 
| start | Gets or sets the scheduled start date of the task when the baseline was saved. | 
| finish | Gets or sets the scheduled finish date of the task when the baseline was saved. | 
| duration | Gets or sets the scheduled duration of the task when the baseline was saved. | 
| estimated_duration | Gets or sets a value indicating whether the baseline duration of the task was estimated. | 
| fixed_cost | Gets or sets a fixed cost of the task when the baseline was saved. | 
Methods
| Name | Description | 
|---|---|
| equals(other) | Returns a value indicating whether this instance is equal to the specified TaskBaseline object. | 
| equals(other) | Returns a value indicating whether this instance is equal to a specified object. | 
| compare_to(other) | IComparable interface implementation. Compares this instance to the specified Baseline object.  | 
| compare_to(other) | IComparable interface implementation. Compares this instance to the specified Baseline object.  | 
See Also
- namespace aspose.tasks
 - assembly Aspose.Tasks