WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TaskBaseline - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TaskBaseline

    Baseline class for Tasks

    Inheritance
    System.Object
    TaskBaseline
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Single

    BCWPSerialized

    This property is used while Serializing and Deserializing the Project XML file

    Declaration
    public string BCWPSerialized { get; set; }
    Property Value
    Type Description
    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 Description
    System.Boolean

    BCWS

    Gets or sets the budgeted cost of work scheduled for the task

    Declaration
    public float BCWS { get; set; }
    Property Value
    Type Description
    System.Single

    BCWSSerialized

    This property is used while Serializing and Deserializing the Project XML file

    Declaration
    public string BCWSSerialized { get; set; }
    Property Value
    Type Description
    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 Description
    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 Description
    System.Decimal

    CostSerialized

    This property is used while Serializing and Deserializing the Project XML file

    Declaration
    public string CostSerialized { get; set; }
    Property Value
    Type Description
    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 Description
    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 Description
    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 Description
    DurationFormat

    DurationFormatSpecified

    Checks whether Duration Format is specified

    Declaration
    public bool DurationFormatSpecified { get; set; }
    Property Value
    Type Description
    System.Boolean

    EstimatedDuration

    Checks whether the baseline duration of the task was estimated

    Declaration
    public bool EstimatedDuration { get; set; }
    Property Value
    Type Description
    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 Description
    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 Description
    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 Description
    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 Description
    System.Single

    FixedCostSerialized

    This property is used while Serializing and Deserializing the Project XML file

    Declaration
    public string FixedCostSerialized { get; set; }
    Property Value
    Type Description
    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 Description
    System.Boolean

    Interim

    Checks whether this is an interim baseline

    Declaration
    public bool Interim { get; set; }
    Property Value
    Type Description
    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 Description
    System.Int32

    NumberSerialized

    This property is used while Serializing and Deserializing the Project XML file

    Declaration
    public string NumberSerialized { get; set; }
    Property Value
    Type Description
    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 Description
    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 Description
    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 Description
    System.Boolean

    TimephasedData

    The timephased data block associated with the task baseline

    Declaration
    public List<TimephasedDataType> TimephasedData { get; set; }
    Property Value
    Type Description
    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 Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved