WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Assignment - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Assignment

    Represents the allocation of a resource to a task

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

    Constructors

    Assignment()

    Initializes a new instance of the Assignment class.

    Declaration
    public Assignment()

    Properties

    ActualCost

    Gets or sets the actual cost incurred on the assignment

    Declaration
    public decimal ActualCost { get; set; }
    Property Value
    Type Description
    System.Decimal

    ActualCostSerialized

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

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

    ActualCostSpecified

    Checks if actual cost incurred on the assignment is specified

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

    ActualFinish

    Gets or sets the actual finish date of the assignment

    Declaration
    public DateTime ActualFinish { get; set; }
    Property Value
    Type Description
    System.DateTime

    ActualFinishSpecified

    Checks if actual finish date of the assignment is specified

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

    ActualOvertimeCost

    Gets or sets the actual overtime cost incurred on the assignment

    Declaration
    public decimal ActualOvertimeCost { get; set; }
    Property Value
    Type Description
    System.Decimal

    ActualOvertimeCostSerialized

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

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

    ActualOvertimeCostSpecified

    Checks if the actual overtime cost incurred on the assignment is specified

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

    ActualOvertimeWork

    Gets or sets the actual overtime work incurred on the assignment

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

    ActualOvertimeWorkProtected

    Gets or sets the duration through which actual overtime work is protected

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

    ActualStart

    Gets or sets the acual start date of the assignment

    Declaration
    public DateTime ActualStart { get; set; }
    Property Value
    Type Description
    System.DateTime

    ActualStartSerialized

    Gets or sets the acual start date of the assignment

    Declaration
    public string ActualStartSerialized { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

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

    ActualStartSpecified

    Checks if actual start date of the assignment is specified

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

    ActualWork

    Gets or sets the amount of actual work incurred on the assignment

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

    ActualWorkProtected

    Gets or sets the duration through which actual work is protected

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

    ACWP

    Gets or sets the actual cost of work performed on the assignment to-date

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

    ACWPSerialized

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

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

    ACWPSpecified

    Checks if the actual cost of work performed on the assignment to-date is specified

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

    AssnOwner

    Gets or sets the name of the assignment owner

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

    AssnOwnerGuid

    Gets or sets the GUID of the assignment owner

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

    Baseline

    Gets or sets the collection of baseline values associated with the assignment

    Declaration
    public List<AssignmentBaseline> Baseline { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<AssignmentBaseline>

    BCWP

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

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

    BCWS

    Gets or sets the budgeted cost of work on the assignment

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

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

    BookingType

    Gets or sets the booking type of the assignment

    Declaration
    public BookingType BookingType { get; set; }
    Property Value
    Type Description
    BookingType

    BookingTypeSpecified

    Checks whether the booking type of the assignment is specified

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

    BudgetCost

    Gets or sets the budgeted amount for cost resources on this assignment

    Declaration
    public decimal BudgetCost { get; set; }
    Property Value
    Type Description
    System.Decimal

    BudgetCostSerialized

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

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

    BudgetCostSpecified

    Checks whether the budgeted amount for cost resources on this assignment is specified

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

    BudgetWork

    Gets os sets the budgeted work amount for work or material resources on this assignment

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

    Confirmed

    Checks whether the Resource has accepted all of his or her assignments

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

    ConfirmedString

    Gets or sets the value indicating whether the Resource has accepted all of his or her assignments.

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

    The string that specifies whether the Resource has accepted all of his or her assignments.

    Cost

    Gets or sets the projected or scheduled cost of the assignment

    Declaration
    public decimal Cost { get; set; }
    Property Value
    Type Description
    System.Decimal

    CostRateTable

    Gets or sets the cost rate table used for the assignment

    Declaration
    public RateTable CostRateTable { get; set; }
    Property Value
    Type Description
    RateTable

    CostRateTableSpecified

    Checks whether the cost rate table used for the assignment

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

    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 or scheduled cost of the assignment is specified

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

    CostVariance

    Gets or sets the difference between the cost and baseline cost for a resource

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

    CostVarianceSerialized

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

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

    CostVarianceSpecified

    Checks whether the difference between the cost and baseline cost for a resource is specified

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

    CreationDate

    Gets or sets the date that the assignment was created

    Declaration
    public DateTime CreationDate { get; set; }
    Property Value
    Type Description
    System.DateTime

    CreationDateSpecified

    Checks whether the date that the assignment was created is specified

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

    CV

    Gets or sets the earned value cost variance

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

    CVSerialized

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

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

    CVSpecified

    Checks whether the earned value cost variance is specified

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

    Delay

    Gets or sets the amount that the assignment is delayed

    Declaration
    public int Delay { get; set; }
    Property Value
    Type Description
    System.Int32

    DelaySerialized

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

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

    ExtendedAttribute

    Declaration
    public List<ExtendedAttributesBase> ExtendedAttribute { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ExtendedAttributesBase>

    f404000

    Declaration
    public object f404000 { get; set; }
    Property Value
    Type Description
    System.Object

    f404001

    Declaration
    public object f404001 { get; set; }
    Property Value
    Type Description
    System.Object

    f404002

    Declaration
    public object f404002 { get; set; }
    Property Value
    Type Description
    System.Object

    f404003

    Declaration
    public object f404003 { get; set; }
    Property Value
    Type Description
    System.Object

    f404004

    Declaration
    public object f404004 { get; set; }
    Property Value
    Type Description
    System.Object

    f404005

    Declaration
    public object f404005 { get; set; }
    Property Value
    Type Description
    System.Object

    f404006

    Declaration
    public object f404006 { get; set; }
    Property Value
    Type Description
    System.Object

    f404007

    Declaration
    public object f404007 { get; set; }
    Property Value
    Type Description
    System.Object

    f404008

    Declaration
    public object f404008 { get; set; }
    Property Value
    Type Description
    System.Object

    f404009

    Declaration
    public object f404009 { get; set; }
    Property Value
    Type Description
    System.Object

    f40400a

    Declaration
    public object f40400a { get; set; }
    Property Value
    Type Description
    System.Object

    f40400b

    Declaration
    public object f40400b { get; set; }
    Property Value
    Type Description
    System.Object

    f40400c

    Declaration
    public object f40400c { get; set; }
    Property Value
    Type Description
    System.Object

    f40400d

    Declaration
    public object f40400d { get; set; }
    Property Value
    Type Description
    System.Object

    f40400e

    Declaration
    public object f40400e { get; set; }
    Property Value
    Type Description
    System.Object

    f40400f

    Declaration
    public object f40400f { get; set; }
    Property Value
    Type Description
    System.Object

    f404010

    Declaration
    public object f404010 { get; set; }
    Property Value
    Type Description
    System.Object

    f404011

    Declaration
    public object f404011 { get; set; }
    Property Value
    Type Description
    System.Object

    f404012

    Declaration
    public object f404012 { get; set; }
    Property Value
    Type Description
    System.Object

    f404013

    Declaration
    public object f404013 { get; set; }
    Property Value
    Type Description
    System.Object

    f404014

    Declaration
    public object f404014 { get; set; }
    Property Value
    Type Description
    System.Object

    f404015

    Declaration
    public object f404015 { get; set; }
    Property Value
    Type Description
    System.Object

    f404016

    Declaration
    public object f404016 { get; set; }
    Property Value
    Type Description
    System.Object

    f404017

    Declaration
    public object f404017 { get; set; }
    Property Value
    Type Description
    System.Object

    f404018

    Declaration
    public object f404018 { get; set; }
    Property Value
    Type Description
    System.Object

    f404019

    Declaration
    public object f404019 { get; set; }
    Property Value
    Type Description
    System.Object

    f40401a

    Declaration
    public object f40401a { get; set; }
    Property Value
    Type Description
    System.Object

    f40401b

    Declaration
    public object f40401b { get; set; }
    Property Value
    Type Description
    System.Object

    f40401c

    Declaration
    public object f40401c { get; set; }
    Property Value
    Type Description
    System.Object

    f40401d

    Declaration
    public object f40401d { get; set; }
    Property Value
    Type Description
    System.Object

    f40401e

    Declaration
    public object f40401e { get; set; }
    Property Value
    Type Description
    System.Object

    f40401f

    Declaration
    public object f40401f { get; set; }
    Property Value
    Type Description
    System.Object

    f404020

    Declaration
    public object f404020 { get; set; }
    Property Value
    Type Description
    System.Object

    f404021

    Declaration
    public object f404021 { get; set; }
    Property Value
    Type Description
    System.Object

    f404022

    Declaration
    public object f404022 { get; set; }
    Property Value
    Type Description
    System.Object

    f404023

    Declaration
    public object f404023 { get; set; }
    Property Value
    Type Description
    System.Object

    f404024

    Declaration
    public object f404024 { get; set; }
    Property Value
    Type Description
    System.Object

    f404025

    Declaration
    public object f404025 { get; set; }
    Property Value
    Type Description
    System.Object

    f404026

    Declaration
    public object f404026 { get; set; }
    Property Value
    Type Description
    System.Object

    f404027

    Declaration
    public object f404027 { get; set; }
    Property Value
    Type Description
    System.Object

    f404028

    Declaration
    public object f404028 { get; set; }
    Property Value
    Type Description
    System.Object

    f404029

    Declaration
    public object f404029 { get; set; }
    Property Value
    Type Description
    System.Object

    f40402a

    Declaration
    public object f40402a { get; set; }
    Property Value
    Type Description
    System.Object

    f40402b

    Declaration
    public object f40402b { get; set; }
    Property Value
    Type Description
    System.Object

    f40402c

    Declaration
    public object f40402c { get; set; }
    Property Value
    Type Description
    System.Object

    f40402d

    Declaration
    public object f40402d { get; set; }
    Property Value
    Type Description
    System.Object

    f40402e

    Declaration
    public object f40402e { get; set; }
    Property Value
    Type Description
    System.Object

    f40402f

    Declaration
    public object f40402f { get; set; }
    Property Value
    Type Description
    System.Object

    f404030

    Declaration
    public object f404030 { get; set; }
    Property Value
    Type Description
    System.Object

    f404031

    Declaration
    public object f404031 { get; set; }
    Property Value
    Type Description
    System.Object

    f404032

    Declaration
    public object f404032 { get; set; }
    Property Value
    Type Description
    System.Object

    f404033

    Declaration
    public object f404033 { get; set; }
    Property Value
    Type Description
    System.Object

    f404034

    Declaration
    public object f404034 { get; set; }
    Property Value
    Type Description
    System.Object

    f404035

    Declaration
    public object f404035 { get; set; }
    Property Value
    Type Description
    System.Object

    f404036

    Declaration
    public object f404036 { get; set; }
    Property Value
    Type Description
    System.Object

    f404037

    Declaration
    public object f404037 { get; set; }
    Property Value
    Type Description
    System.Object

    f404038

    Declaration
    public object f404038 { get; set; }
    Property Value
    Type Description
    System.Object

    f404039

    Declaration
    public object f404039 { get; set; }
    Property Value
    Type Description
    System.Object

    f40403a

    Declaration
    public object f40403a { get; set; }
    Property Value
    Type Description
    System.Object

    f40403b

    Declaration
    public object f40403b { get; set; }
    Property Value
    Type Description
    System.Object

    f40403c

    Declaration
    public object f40403c { get; set; }
    Property Value
    Type Description
    System.Object

    f40403d

    Declaration
    public object f40403d { get; set; }
    Property Value
    Type Description
    System.Object

    f40403e

    Declaration
    public object f40403e { get; set; }
    Property Value
    Type Description
    System.Object

    f40403f

    Declaration
    public object f40403f { get; set; }
    Property Value
    Type Description
    System.Object

    f404040

    Declaration
    public object f404040 { get; set; }
    Property Value
    Type Description
    System.Object

    f404041

    Declaration
    public object f404041 { get; set; }
    Property Value
    Type Description
    System.Object

    f404042

    Declaration
    public object f404042 { get; set; }
    Property Value
    Type Description
    System.Object

    f404043

    Declaration
    public object f404043 { get; set; }
    Property Value
    Type Description
    System.Object

    f404044

    Declaration
    public object f404044 { get; set; }
    Property Value
    Type Description
    System.Object

    f404045

    Declaration
    public object f404045 { get; set; }
    Property Value
    Type Description
    System.Object

    f404046

    Declaration
    public object f404046 { get; set; }
    Property Value
    Type Description
    System.Object

    f404047

    Declaration
    public object f404047 { get; set; }
    Property Value
    Type Description
    System.Object

    f404048

    Declaration
    public object f404048 { get; set; }
    Property Value
    Type Description
    System.Object

    f404049

    Declaration
    public object f404049 { get; set; }
    Property Value
    Type Description
    System.Object

    f40404a

    Declaration
    public object f40404a { get; set; }
    Property Value
    Type Description
    System.Object

    f40404b

    Declaration
    public object f40404b { get; set; }
    Property Value
    Type Description
    System.Object

    f40404c

    Declaration
    public object f40404c { get; set; }
    Property Value
    Type Description
    System.Object

    f40404d

    Declaration
    public object f40404d { get; set; }
    Property Value
    Type Description
    System.Object

    f40404e

    Declaration
    public object f40404e { get; set; }
    Property Value
    Type Description
    System.Object

    f40404f

    Declaration
    public object f40404f { get; set; }
    Property Value
    Type Description
    System.Object

    f404050

    Declaration
    public object f404050 { get; set; }
    Property Value
    Type Description
    System.Object

    f404051

    Declaration
    public object f404051 { get; set; }
    Property Value
    Type Description
    System.Object

    f404052

    Declaration
    public object f404052 { get; set; }
    Property Value
    Type Description
    System.Object

    f404053

    Declaration
    public object f404053 { get; set; }
    Property Value
    Type Description
    System.Object

    f404054

    Declaration
    public object f404054 { get; set; }
    Property Value
    Type Description
    System.Object

    f404055

    Declaration
    public object f404055 { get; set; }
    Property Value
    Type Description
    System.Object

    f404056

    Declaration
    public object f404056 { get; set; }
    Property Value
    Type Description
    System.Object

    f404057

    Declaration
    public object f404057 { get; set; }
    Property Value
    Type Description
    System.Object

    f404058

    Declaration
    public object f404058 { get; set; }
    Property Value
    Type Description
    System.Object

    f404059

    Declaration
    public object f404059 { get; set; }
    Property Value
    Type Description
    System.Object

    f40405a

    Declaration
    public object f40405a { get; set; }
    Property Value
    Type Description
    System.Object

    f40405b

    Declaration
    public object f40405b { get; set; }
    Property Value
    Type Description
    System.Object

    f40405c

    Declaration
    public object f40405c { get; set; }
    Property Value
    Type Description
    System.Object

    f40405d

    Declaration
    public object f40405d { get; set; }
    Property Value
    Type Description
    System.Object

    f40405e

    Declaration
    public object f40405e { get; set; }
    Property Value
    Type Description
    System.Object

    f40405f

    Declaration
    public object f40405f { get; set; }
    Property Value
    Type Description
    System.Object

    f404060

    Declaration
    public object f404060 { get; set; }
    Property Value
    Type Description
    System.Object

    f404061

    Declaration
    public object f404061 { get; set; }
    Property Value
    Type Description
    System.Object

    f404062

    Declaration
    public object f404062 { get; set; }
    Property Value
    Type Description
    System.Object

    f404063

    Declaration
    public object f404063 { get; set; }
    Property Value
    Type Description
    System.Object

    f404064

    Declaration
    public object f404064 { get; set; }
    Property Value
    Type Description
    System.Object

    f404065

    Declaration
    public object f404065 { get; set; }
    Property Value
    Type Description
    System.Object

    f404066

    Declaration
    public object f404066 { get; set; }
    Property Value
    Type Description
    System.Object

    f404067

    Declaration
    public object f404067 { get; set; }
    Property Value
    Type Description
    System.Object

    f404068

    Declaration
    public object f404068 { get; set; }
    Property Value
    Type Description
    System.Object

    f404069

    Declaration
    public object f404069 { get; set; }
    Property Value
    Type Description
    System.Object

    f40406a

    Declaration
    public object f40406a { get; set; }
    Property Value
    Type Description
    System.Object

    f40406b

    Declaration
    public object f40406b { get; set; }
    Property Value
    Type Description
    System.Object

    f40406c

    Declaration
    public object f40406c { get; set; }
    Property Value
    Type Description
    System.Object

    f40406d

    Declaration
    public object f40406d { get; set; }
    Property Value
    Type Description
    System.Object

    f40406e

    Declaration
    public object f40406e { get; set; }
    Property Value
    Type Description
    System.Object

    f40406f

    Declaration
    public object f40406f { get; set; }
    Property Value
    Type Description
    System.Object

    f404070

    Declaration
    public object f404070 { get; set; }
    Property Value
    Type Description
    System.Object

    f404071

    Declaration
    public object f404071 { get; set; }
    Property Value
    Type Description
    System.Object

    f404072

    Declaration
    public object f404072 { get; set; }
    Property Value
    Type Description
    System.Object

    f404073

    Declaration
    public object f404073 { get; set; }
    Property Value
    Type Description
    System.Object

    f404074

    Declaration
    public object f404074 { get; set; }
    Property Value
    Type Description
    System.Object

    f404075

    Declaration
    public object f404075 { get; set; }
    Property Value
    Type Description
    System.Object

    f404076

    Declaration
    public object f404076 { get; set; }
    Property Value
    Type Description
    System.Object

    f404077

    Declaration
    public object f404077 { get; set; }
    Property Value
    Type Description
    System.Object

    f404078

    Declaration
    public object f404078 { get; set; }
    Property Value
    Type Description
    System.Object

    f404079

    Declaration
    public object f404079 { get; set; }
    Property Value
    Type Description
    System.Object

    f40407a

    Declaration
    public object f40407a { get; set; }
    Property Value
    Type Description
    System.Object

    f40407b

    Declaration
    public object f40407b { get; set; }
    Property Value
    Type Description
    System.Object

    f40407c

    Declaration
    public object f40407c { get; set; }
    Property Value
    Type Description
    System.Object

    f40407d

    Declaration
    public object f40407d { get; set; }
    Property Value
    Type Description
    System.Object

    f40407e

    Declaration
    public object f40407e { get; set; }
    Property Value
    Type Description
    System.Object

    f40407f

    Declaration
    public object f40407f { get; set; }
    Property Value
    Type Description
    System.Object

    f404080

    Declaration
    public object f404080 { get; set; }
    Property Value
    Type Description
    System.Object

    f404081

    Declaration
    public object f404081 { get; set; }
    Property Value
    Type Description
    System.Object

    f404082

    Declaration
    public object f404082 { get; set; }
    Property Value
    Type Description
    System.Object

    f404083

    Declaration
    public object f404083 { get; set; }
    Property Value
    Type Description
    System.Object

    f404084

    Declaration
    public object f404084 { get; set; }
    Property Value
    Type Description
    System.Object

    f404085

    Declaration
    public object f404085 { get; set; }
    Property Value
    Type Description
    System.Object

    f404086

    Declaration
    public object f404086 { get; set; }
    Property Value
    Type Description
    System.Object

    f404087

    Declaration
    public object f404087 { get; set; }
    Property Value
    Type Description
    System.Object

    f404088

    Declaration
    public object f404088 { get; set; }
    Property Value
    Type Description
    System.Object

    f404089

    Declaration
    public object f404089 { get; set; }
    Property Value
    Type Description
    System.Object

    f40408a

    Declaration
    public object f40408a { get; set; }
    Property Value
    Type Description
    System.Object

    f40408b

    Declaration
    public object f40408b { get; set; }
    Property Value
    Type Description
    System.Object

    f40408c

    Declaration
    public object f40408c { get; set; }
    Property Value
    Type Description
    System.Object

    f40408d

    Declaration
    public object f40408d { get; set; }
    Property Value
    Type Description
    System.Object

    f40408e

    Declaration
    public object f40408e { get; set; }
    Property Value
    Type Description
    System.Object

    f40408f

    Declaration
    public object f40408f { get; set; }
    Property Value
    Type Description
    System.Object

    f404090

    Declaration
    public object f404090 { get; set; }
    Property Value
    Type Description
    System.Object

    f404091

    Declaration
    public object f404091 { get; set; }
    Property Value
    Type Description
    System.Object

    f404092

    Declaration
    public object f404092 { get; set; }
    Property Value
    Type Description
    System.Object

    f404093

    Declaration
    public object f404093 { get; set; }
    Property Value
    Type Description
    System.Object

    f404094

    Declaration
    public object f404094 { get; set; }
    Property Value
    Type Description
    System.Object

    f404095

    Declaration
    public object f404095 { get; set; }
    Property Value
    Type Description
    System.Object

    f404096

    Declaration
    public object f404096 { get; set; }
    Property Value
    Type Description
    System.Object

    f404097

    Declaration
    public object f404097 { get; set; }
    Property Value
    Type Description
    System.Object

    f404098

    Declaration
    public object f404098 { get; set; }
    Property Value
    Type Description
    System.Object

    f404099

    Declaration
    public object f404099 { get; set; }
    Property Value
    Type Description
    System.Object

    f40409a

    Declaration
    public object f40409a { get; set; }
    Property Value
    Type Description
    System.Object

    f40409b

    Declaration
    public object f40409b { get; set; }
    Property Value
    Type Description
    System.Object

    f40409c

    Declaration
    public object f40409c { get; set; }
    Property Value
    Type Description
    System.Object

    f40409d

    Declaration
    public object f40409d { get; set; }
    Property Value
    Type Description
    System.Object

    f40409e

    Declaration
    public object f40409e { get; set; }
    Property Value
    Type Description
    System.Object

    f40409f

    Declaration
    public object f40409f { get; set; }
    Property Value
    Type Description
    System.Object

    f4040a0

    Declaration
    public object f4040a0 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040a1

    Declaration
    public object f4040a1 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040a2

    Declaration
    public object f4040a2 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040a3

    Declaration
    public object f4040a3 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040a4

    Declaration
    public object f4040a4 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040a5

    Declaration
    public object f4040a5 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040a6

    Declaration
    public object f4040a6 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040a7

    Declaration
    public object f4040a7 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040a8

    Declaration
    public object f4040a8 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040a9

    Declaration
    public object f4040a9 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040aa

    Declaration
    public object f4040aa { get; set; }
    Property Value
    Type Description
    System.Object

    f4040ab

    Declaration
    public object f4040ab { get; set; }
    Property Value
    Type Description
    System.Object

    f4040ac

    Declaration
    public object f4040ac { get; set; }
    Property Value
    Type Description
    System.Object

    f4040ad

    Declaration
    public object f4040ad { get; set; }
    Property Value
    Type Description
    System.Object

    f4040ae

    Declaration
    public object f4040ae { get; set; }
    Property Value
    Type Description
    System.Object

    f4040af

    Declaration
    public object f4040af { get; set; }
    Property Value
    Type Description
    System.Object

    f4040b0

    Declaration
    public object f4040b0 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040b1

    Declaration
    public object f4040b1 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040b2

    Declaration
    public object f4040b2 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040b3

    Declaration
    public object f4040b3 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040b4

    Declaration
    public object f4040b4 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040b5

    Declaration
    public object f4040b5 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040b6

    Declaration
    public object f4040b6 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040b7

    Declaration
    public object f4040b7 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040b8

    Declaration
    public object f4040b8 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040b9

    Declaration
    public object f4040b9 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040ba

    Declaration
    public object f4040ba { get; set; }
    Property Value
    Type Description
    System.Object

    f4040bb

    Declaration
    public object f4040bb { get; set; }
    Property Value
    Type Description
    System.Object

    f4040bc

    Declaration
    public object f4040bc { get; set; }
    Property Value
    Type Description
    System.Object

    f4040bd

    Declaration
    public object f4040bd { get; set; }
    Property Value
    Type Description
    System.Object

    f4040be

    Declaration
    public object f4040be { get; set; }
    Property Value
    Type Description
    System.Object

    f4040bf

    Declaration
    public object f4040bf { get; set; }
    Property Value
    Type Description
    System.Object

    f4040c0

    Declaration
    public object f4040c0 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040c1

    Declaration
    public object f4040c1 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040c2

    Declaration
    public object f4040c2 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040c3

    Declaration
    public object f4040c3 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040c4

    Declaration
    public object f4040c4 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040c5

    Declaration
    public object f4040c5 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040c6

    Declaration
    public object f4040c6 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040c7

    Declaration
    public object f4040c7 { get; set; }
    Property Value
    Type Description
    System.Object

    f4040c8

    Declaration
    public object f4040c8 { get; set; }
    Property Value
    Type Description
    System.Object

    Finish

    Gets or sets the scheduled finish date of the assignment

    Declaration
    public DateTime Finish { get; set; }
    Property Value
    Type Description
    System.DateTime

    FinishSerialized

    Gets or sets the scheduled finish date of the assignment

    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 assignment is specified

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

    FinishVariance

    Gets or sets the variance of the assignment finish date from the baseline finish date

    Declaration
    public int FinishVariance { get; set; }
    Property Value
    Type Description
    System.Int32

    FinishVarianceSerialized

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

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

    FixedMaterial

    Checks whether the consumption of the assigned material resource occurs in a single, fixed amount

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

    FixedMaterialString

    Gets or sets the value indicating whether the consumption of the assigned material resource occurs in a single, fixed amount.

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

    The string that specifies whether the consumption of the assigned material resource occurs in a single, fixed amount.

    HasFixedRateUnits

    Checks whether the Units are Fixed Rate

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

    HasFixedRateUnitsString

    Gets or sets the value indicating whether the Units are Fixed Rate.

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

    The string that specifies whether the Units are Fixed Rate.

    Hyperlink

    Gets or sets the title of the hyperlink associated with the assignment

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

    HyperlinkAddress

    Gets or sets the hyperlink associated with the assignment

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

    HyperlinkSubAddress

    Gets or sets the document bookmark of the hyperlink associated with the assignment

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

    IsMilestone

    Checks whether the assignment is a milestone

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

    IsMilestoneString

    Gets or sets the value indicating whether the assignment is a milestone.

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

    The string that specifies whether the assignment is a milestone.

    IsOverallocated

    Checks whether the assignment is overallocated

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

    IsOverallocatedString

    Gets or sets the value indicating whether the assignment is over allocated.

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

    The string that specifies whether the assignment is over allocated.

    IsSummary

    Checks whether the task is a summary task

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

    IsSummaryString

    Gets or sets the value indicating whether the task is a summary task.

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

    The string that specifies whether the task is a summary task.

    LevelingDelay

    Gets or sets the delay caused by leveling

    Declaration
    public int LevelingDelay { get; set; }
    Property Value
    Type Description
    System.Int32

    LevelingDelayFormat

    Gets or sets the format for expressing the duration of the delay

    Declaration
    public DelayFormat LevelingDelayFormat { get; set; }
    Property Value
    Type Description
    DelayFormat

    LevelingDelayFormatSpecified

    Checks whether the format for expressing the duration of the delay is specified

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

    LevelingDelaySerialized

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

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

    LinkedFields

    Checks whether the Project is linked to another OLE object

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

    LinkedFieldsString

    Gets or sets the value indicating whether the Project is linked to another OLE object.

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

    The string that specifies whether the Project is linked to another OLE object.

    Notes

    Gets or sets the text notes associated with the assignment

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

    OvertimeCost

    Gets or sets the sum of the actual and remaining overtime cost of the assignment

    Declaration
    public decimal OvertimeCost { get; set; }
    Property Value
    Type Description
    System.Decimal

    OvertimeCostSerialized

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

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

    OvertimeCostSpecified

    Checks whether the sum of the actual and remaining overtime cost of the assignment is specified

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

    OvertimeWork

    Gets or sets the scheduled overtime work scheduled for the assignment

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

    PeakUnits

    Gets or sets the largest number of units that a resource is assigned for a task

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

    PeakUnitsSerialized

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

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

    PeakUnitsSpecified

    Checks whether the largest number of units that a resource is assigned for a task is specified

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

    PercentWorkComplete

    Gets or sets the amount of work completed on the assignment

    Declaration
    public int PercentWorkComplete { get; set; }
    Property Value
    Type Description
    System.Int32

    PercentWorkCompleteSerialized

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

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

    RateScale

    Gets or sets the time unit for the usage rate of the material resource assignment

    Declaration
    public RateScale RateScale { get; set; }
    Property Value
    Type Description
    RateScale

    RegularWork

    Gets or sets the amount of non-overtime work scheduled for the assignment

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

    RemainingCost

    Gets or sets the remaining projected cost of completing the assignment

    Declaration
    public decimal RemainingCost { get; set; }
    Property Value
    Type Description
    System.Decimal

    RemainingCostSerialized

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

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

    RemainingCostSpecified

    Checks whether the remaining projected cost of completing the assignment is specified

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

    RemainingOvertimeCost

    Gets or sets the remaining projected overtime cost of completing the assignment

    Declaration
    public decimal RemainingOvertimeCost { get; set; }
    Property Value
    Type Description
    System.Decimal

    RemainingOvertimeCostSerialized

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

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

    RemainingOvertimeCostSpecified

    Checks whether the remaining projected overtime cost of completing the assignment is specified

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

    RemainingOvertimeWork

    Gets or sets the remaining overtime work scheduled to complete the assignment

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

    RemainingWork

    Gets or sets the remaining work scheduled to complete the assignment

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

    Resource

    Gets or sets the resource.

    Declaration
    public Resource Resource { get; set; }
    Property Value
    Type Description
    Resource

    The resource.

    ResourceUID

    Gets or sets the unique identifier of the resource

    Declaration
    public int ResourceUID { get; set; }
    Property Value
    Type Description
    System.Int32

    ResourceUIDSerialized

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

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

    ResponsePending

    Checks whether a response has been received for a TeamAssign message

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

    ResponsePendingString

    Gets or sets the value indicating whether a response has been received for a TeamAssign message.

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

    The string that specifies whether a response has been received for a TeamAssign message.

    Resume

    Gets or sets the date that the assignment resumed

    Declaration
    public DateTime Resume { get; set; }
    Property Value
    Type Description
    System.DateTime

    ResumeSpecified

    Checks whether the date that the assignment resumed is specified

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

    Start

    Gets or sets the scheduled start date of the assignment

    Declaration
    public DateTime Start { get; set; }
    Property Value
    Type Description
    System.DateTime

    StartSerialized

    Gets or sets the scheduled start date of the assignment

    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 assignment is specified

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

    StartVariance

    Gets or sets the variance of the assignment start date from the baseline start date

    Declaration
    public int StartVariance { get; set; }
    Property Value
    Type Description
    System.Int32

    StartVarianceSerialized

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

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

    Stop

    Gets or sets the date that the assignment was stopped

    Declaration
    public DateTime Stop { get; set; }
    Property Value
    Type Description
    System.DateTime

    StopSpecified

    Checks whether the date that the assignment was stopped is specified

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

    SV

    Gets or sets the earned value schedule variance, through the project status date

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

    SVSerialized

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

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

    SVSpecified

    Checks whether the earned value schedule variance, through the project status date is specified

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

    Task

    Gets or sets the task.

    Declaration
    public Task Task { get; set; }
    Property Value
    Type Description
    Task

    The task.

    TaskUID

    Gets or sets the unique idenifier of the task

    Declaration
    public int TaskUID { get; set; }
    Property Value
    Type Description
    System.Int32

    TaskUIDSerialized

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

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

    TimephasedData

    Gets or sets the time phased data associated with the assignment

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

    UID

    Gets or sets the unique identifier of the assignment

    Declaration
    public int UID { get; set; }
    Property Value
    Type Description
    System.Int32

    UIDSerialized

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

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

    Units

    Gets or sets the number of units for the assignment

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

    UnitsSerialized

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

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

    UpdateNeeded

    Checks whether the resource assigned to a task needs to be updated as to the status of the task

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

    UpdateNeededString

    Gets or sets the value indicating whether the resource assigned to a task needs to be updated as to the status of the task.

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

    The string that specifies whether the resource assigned to a task needs to be updated as to the status of the task.

    VAC

    Gets or sets the difference between baseline cost and total cost

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

    VACSerialized

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

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

    VACSpecified

    Checks whether the difference between baseline cost and total cost is specified

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

    Work

    Gets or sets the amount of scheduled work for the assignment

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

    WorkContour

    Gets or sets the work contour of the assignment

    Declaration
    public AssignmentWorkContour WorkContour { get; set; }
    Property Value
    Type Description
    AssignmentWorkContour

    WorkContourSpecified

    Checks whether the work contour of the assignment is specified

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

    WorkVariance

    Gets or sets the variance of assignment work from the baseline work as minutes x 1000

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

    WorkVarianceSerialized

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

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

    WorkVarianceSpecified

    Checks whether the variance of assignment work from the baseline work as minutes x 1000 is specified

    Declaration
    public bool WorkVarianceSpecified { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved