menu

WPF

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

    Show / Hide Table of Contents

    Class ResourceBaseline

    Defines baseline for resources

    Inheritance
    System.Object
    ResourceBaseline
    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 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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved