menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AssignmentBaseline - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AssignmentBaseline

    Defines baseline for resource assignments

    Inheritance
    System.Object
    AssignmentBaseline
    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 class AssignmentBaseline

    Constructors

    AssignmentBaseline()

    Declaration
    public AssignmentBaseline()

    Properties

    BCWP

    Gets or sets the budgeted cost of the work performed on the assignment 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 on the assignment to-date is specified

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

    BCWS

    Gets or sets the budgeted cost of work on the assignment to the current date

    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 on the assignment to the current date is specified

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

    Cost

    Gets or sets the total scheduled/projected cost for an assignment

    Declaration
    public string Cost { get; set; }
    Property Value
    Type
    System.String

    Finish

    Gets or sets the scheduled finish date of the assignment when the baseline was saved

    Declaration
    public string Finish { get; set; }
    Property Value
    Type
    System.String

    Number

    Gets or sets the unique number of the baseline of the assignment

    Declaration
    public string Number { get; set; }
    Property Value
    Type
    System.String

    Start

    Gets or sets the scheduled start date and time of the assignment when the baseline was saved

    Declaration
    public string Start { get; set; }
    Property Value
    Type
    System.String

    TimephasedData

    Gets or sets the time phased data associated with the baseline of the assignment

    Declaration
    public List<TimephasedDataType> TimephasedData { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<TimephasedDataType>

    Work

    Gets or sets the scheduled work for the assignment when the baseline was saved

    Declaration
    public string Work { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved