Class Baseline
Abstract class for defining Baselines
Inheritance
System.Object
Baseline
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.ProjIO
Assembly: Syncfusion.ProjIO.Base.dll
Syntax
public abstract class Baseline
Constructors
Baseline()
Declaration
protected Baseline()
Properties
BCWP
Gets or sets the BCWP.
Declaration
public abstract float BCWP { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The BCWP. |
BCWS
Gets or sets the BCWS.
Declaration
public abstract float BCWS { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The BCWS. |
Cost
Gets or sets the cost.
Declaration
public abstract float Cost { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The cost. |
Number
Gets or sets the number.
Declaration
public abstract string Number { get; set; }
Property Value
Type | Description |
---|---|
System.String | The number. |
Work
Gets or sets the work.
Declaration
public abstract string Work { get; set; }
Property Value
Type | Description |
---|---|
System.String | The work. |