TaskBaseline
Contents
[
Hide
]TaskBaseline class
Inherits: Aspose::Tasks::Baseline
Represents Baseline of a Task .
Constructors
| Name | Description |
|---|---|
| TaskBaseline | Initializes a new instance of the TaskBaseline class. |
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_Duration | Gets the scheduled duration of the task when the baseline was saved. |
| get_EstimatedDuration | Gets a value indicating whether the baseline duration of the task was estimated. |
| get_Finish | Gets the scheduled finish date of the task when the baseline was saved. |
| get_FixedCost | Gets a fixed cost of the task when the baseline was saved. |
| get_Interim | Gets a value indicating whether this is an Interim Baseline . |
| get_Start | Gets the scheduled start date of the task when the baseline was saved. |
| get_TimephasedData | Gets a TimephasedDataCollection instance for this object. The time phased data associated with the task baseline. |
| GetHashCode | Returns a hash code value for the instance of the TaskBaseline class. |
| set_Duration | Sets the scheduled duration of the task when the baseline was saved. |
| set_EstimatedDuration | Sets a value indicating whether the baseline duration of the task was estimated. |
| set_Finish | Sets the scheduled finish date of the task when the baseline was saved. |
| set_FixedCost | Sets a fixed cost of the task when the baseline was saved. |
| set_Interim | Sets a value indicating whether this is an Interim Baseline . |
| set_Start | Sets the scheduled start date of the task when the baseline was saved. |
| set_TimephasedData | Sets a TimephasedDataCollection instance for this object. The time phased data associated with the task baseline. |