Class ResourceBaseline
Defines baseline for resources
Inheritance
Inherited Members
Namespace: Syncfusion.ProjIO
Assembly: Syncfusion.ProjIO.Base.dll
Syntax
public class ResourceBaseline
Constructors
ResourceBaseline()
Declaration
public ResourceBaseline()
Properties
BCWP
Gets or sets the budgeted cost of the work performed by the resource for the project 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 the work performed by the resource for the project to date is specified
Declaration
public bool BCWPSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |
BCWS
Gets or sets the budgeted cost of work scheduled for the resource
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 resource is specified
Declaration
public bool BCWSSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |
Cost
Gets or sets the projected cost for the resource when the baseline was saved
Declaration
public float Cost { get; set; }
Property Value
Type |
---|
System.Single |
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 for the resource when the baseline was saved is specified
Declaration
public bool CostSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |
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 |
Work
Gets or sets the work assigned to the resource when the baseline is saved
Declaration
public string Work { get; set; }
Property Value
Type |
---|
System.String |