Class TaskBaseline
Baseline class for Tasks
Inheritance
Inherited Members
Namespace: Syncfusion.ProjIO
Assembly: Syncfusion.ProjIO.Base.dll
Syntax
public class TaskBaseline
Constructors
TaskBaseline()
Initializes a new instance of the TaskBaseline class.
Declaration
public TaskBaseline()
Properties
BCWP
Gets or sets the budgeted cost of work performed on the task to date
Declaration
public float BCWP { get; set; }
Property Value
Type |
---|
System.Single |
BCWPSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string BCWPSerialized { get; set; }
Property Value
Type |
---|
System.String |
BCWPSpecified
Checks whether the budgeted cost of work performed on the task to date is set
Declaration
public bool BCWPSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |
BCWS
Gets or sets the budgeted cost of work scheduled for the task
Declaration
public float BCWS { get; set; }
Property Value
Type |
---|
System.Single |
BCWSSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string BCWSSerialized { get; set; }
Property Value
Type |
---|
System.String |
BCWSSpecified
Checks whether the budgeted cost of work scheduled for the task is set
Declaration
public bool BCWSSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |
Cost
Gets or sets the projected cost of the task when the baseline was saved
Declaration
public decimal Cost { get; set; }
Property Value
Type |
---|
System.Decimal |
CostSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string CostSerialized { get; set; }
Property Value
Type |
---|
System.String |
CostSpecified
Checks whether the projected cost of the task when the baseline was saved is set
Declaration
public bool CostSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |
Duration
Gets or sets the scheduled duration of the task when the baseline was saved
Declaration
public string Duration { get; set; }
Property Value
Type |
---|
System.String |
DurationFormat
Gets or sets the format for expressing the Duration of the Task baseline
Declaration
public DurationFormat DurationFormat { get; set; }
Property Value
Type |
---|
DurationFormat |
DurationFormatSpecified
Checks whether Duration Format is specified
Declaration
public bool DurationFormatSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |
EstimatedDuration
Checks whether the baseline duration of the task was estimated
Declaration
public bool EstimatedDuration { get; set; }
Property Value
Type |
---|
System.Boolean |
EstimatedDurationString
Gets or sets the value indicating whether the baseline duration of the task was estimated.
Declaration
public string EstimatedDurationString { get; set; }
Property Value
Type | Description |
---|---|
System.String | The string that specifies whether the baseline duration of the task was estimated. |
Finish
Gets or sets the scheduled finish date of the task when the baseline was saved
Declaration
public DateTime Finish { get; set; }
Property Value
Type |
---|
System.DateTime |
FinishSerialized
Gets or sets the scheduled finish date of the task when the baseline was saved
Declaration
public string FinishSerialized { get; set; }
Property Value
Type |
---|
System.String |
Remarks
This property is used while Serializing and Deserializing the Project XML file
FinishSpecified
Checks whether the scheduled finish date of the task when the baseline was saved is set
Declaration
public bool FinishSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |
FixedCost
Gets or sets the fixed cost of the task when the baseline was saved
Declaration
public float FixedCost { get; set; }
Property Value
Type |
---|
System.Single |
FixedCostSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string FixedCostSerialized { get; set; }
Property Value
Type |
---|
System.String |
FixedCostSpecified
Checks whether the fixed cost of the task when the baseline was saved is set
Declaration
public bool FixedCostSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |
Interim
Checks whether this is an interim baseline
Declaration
public bool Interim { get; set; }
Property Value
Type |
---|
System.Boolean |
InterimString
Gets or sets the value indicating whether this is an interim baseline.
Declaration
public string InterimString { get; set; }
Property Value
Type | Description |
---|---|
System.String | The string that specifies whether this is an interim baseline. |
Number
Gets or sets the unique number of the baseline data record
Declaration
public int Number { get; set; }
Property Value
Type |
---|
System.Int32 |
NumberSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string NumberSerialized { get; set; }
Property Value
Type |
---|
System.String |
Start
Gets or sets the scheduled start date of the task when the baseline was saved
Declaration
public DateTime Start { get; set; }
Property Value
Type |
---|
System.DateTime |
StartSerialized
Gets or sets the scheduled start date of the task when the baseline was saved
Declaration
public string StartSerialized { get; set; }
Property Value
Type |
---|
System.String |
Remarks
This property is used while Serializing and Deserializing the Project XML file
StartSpecified
Checks whether the scheduled start date of the task when the baseline was saved is set
Declaration
public bool StartSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |
TimephasedData
The timephased data block associated with the task baseline
Declaration
public List<TimephasedDataType> TimephasedData { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<TimephasedDataType> |
Work
Gets or sets the scheduled work of the task when the baseline was saved
Declaration
public string Work { get; set; }
Property Value
Type |
---|
System.String |