TaskBaseline

TaskBaseline class

Inherits: Aspose::Tasks::Baseline

Represents Baseline of a Task .

Constructors

NameDescription
TaskBaselineInitializes a new instance of the TaskBaseline class.

Methods

NameDescription
CompareToIComparable 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_DurationGets the scheduled duration of the task when the baseline was saved.
get_EstimatedDurationGets a value indicating whether the baseline duration of the task was estimated.
get_FinishGets the scheduled finish date of the task when the baseline was saved.
get_FixedCostGets a fixed cost of the task when the baseline was saved.
get_InterimGets a value indicating whether this is an Interim Baseline .
get_StartGets the scheduled start date of the task when the baseline was saved.
get_TimephasedDataGets a TimephasedDataCollection instance for this object. The time phased data associated with the task baseline.
GetHashCodeReturns a hash code value for the instance of the TaskBaseline class.
set_DurationSets the scheduled duration of the task when the baseline was saved.
set_EstimatedDurationSets a value indicating whether the baseline duration of the task was estimated.
set_FinishSets the scheduled finish date of the task when the baseline was saved.
set_FixedCostSets a fixed cost of the task when the baseline was saved.
set_InterimSets a value indicating whether this is an Interim Baseline .
set_StartSets the scheduled start date of the task when the baseline was saved.
set_TimephasedDataSets a TimephasedDataCollection instance for this object. The time phased data associated with the task baseline.