Class Assignment
Represents the allocation of a resource to a task
Inheritance
System.Object
Assignment
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()
Assembly: Syncfusion.ProjIO.Base.dll
Syntax
Constructors
Assignment()
Initializes a new instance of the Assignment class.
Declaration
Properties
ActualCost
Gets or sets the actual cost incurred on the assignment
Declaration
public decimal ActualCost { get; set; }
Property Value
ActualCostSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string ActualCostSerialized { get; set; }
Property Value
ActualCostSpecified
Checks if actual cost incurred on the assignment is specified
Declaration
public bool ActualCostSpecified { get; set; }
Property Value
ActualFinish
Gets or sets the actual finish date of the assignment
Declaration
public DateTime ActualFinish { get; set; }
Property Value
ActualFinishSpecified
Checks if actual finish date of the assignment is specified
Declaration
public bool ActualFinishSpecified { get; set; }
Property Value
ActualOvertimeCost
Gets or sets the actual overtime cost incurred on the assignment
Declaration
public decimal ActualOvertimeCost { get; set; }
Property Value
ActualOvertimeCostSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string ActualOvertimeCostSerialized { get; set; }
Property Value
ActualOvertimeCostSpecified
Checks if the actual overtime cost incurred on the assignment is specified
Declaration
public bool ActualOvertimeCostSpecified { get; set; }
Property Value
ActualOvertimeWork
Gets or sets the actual overtime work incurred on the assignment
Declaration
public string ActualOvertimeWork { get; set; }
Property Value
ActualOvertimeWorkProtected
Gets or sets the duration through which actual overtime work is protected
Declaration
public string ActualOvertimeWorkProtected { get; set; }
Property Value
ActualStart
Gets or sets the acual start date of the assignment
Declaration
public DateTime ActualStart { get; set; }
Property Value
ActualStartSerialized
Gets or sets the acual start date of the assignment
Declaration
public string ActualStartSerialized { get; set; }
Property Value
ActualStartSpecified
Checks if actual start date of the assignment is specified
Declaration
public bool ActualStartSpecified { get; set; }
Property Value
ActualWork
Gets or sets the amount of actual work incurred on the assignment
Declaration
public string ActualWork { get; set; }
Property Value
ActualWorkProtected
Gets or sets the duration through which actual work is protected
Declaration
public string ActualWorkProtected { get; set; }
Property Value
ACWP
Gets or sets the actual cost of work performed on the assignment to-date
Declaration
public float ACWP { get; set; }
Property Value
ACWPSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string ACWPSerialized { get; set; }
Property Value
ACWPSpecified
Checks if the actual cost of work performed on the assignment to-date is specified
Declaration
public bool ACWPSpecified { get; set; }
Property Value
AssnOwner
Gets or sets the name of the assignment owner
Declaration
public string AssnOwner { get; set; }
Property Value
AssnOwnerGuid
Gets or sets the GUID of the assignment owner
Declaration
public string AssnOwnerGuid { get; set; }
Property Value
Baseline
Gets or sets the collection of baseline values associated with the assignment
Declaration
public List<AssignmentBaseline> Baseline { get; set; }
Property Value
BCWP
Gets or sets the budgeted cost of work performed on the assignment to-date
Declaration
public float BCWP { get; set; }
Property Value
BCWPSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string BCWPSerialized { get; set; }
Property Value
BCWPSpecified
Checks whether the budgeted cost of work performed on the assignment to-date is specified
Declaration
public bool BCWPSpecified { get; set; }
Property Value
BCWS
Gets or sets the budgeted cost of work on the assignment
Declaration
public float BCWS { get; set; }
Property Value
BCWSSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string BCWSSerialized { get; set; }
Property Value
BCWSSpecified
Checks whether the budgeted cost of work on the assignment is specified
Declaration
public bool BCWSSpecified { get; set; }
Property Value
BookingType
Gets or sets the booking type of the assignment
Declaration
public BookingType BookingType { get; set; }
Property Value
BookingTypeSpecified
Checks whether the booking type of the assignment is specified
Declaration
public bool BookingTypeSpecified { get; set; }
Property Value
BudgetCost
Gets or sets the budgeted amount for cost resources on this assignment
Declaration
public decimal BudgetCost { get; set; }
Property Value
BudgetCostSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string BudgetCostSerialized { get; set; }
Property Value
BudgetCostSpecified
Checks whether the budgeted amount for cost resources on this assignment is specified
Declaration
public bool BudgetCostSpecified { get; set; }
Property Value
BudgetWork
Gets os sets the budgeted work amount for work or material resources on this assignment
Declaration
public string BudgetWork { get; set; }
Property Value
Confirmed
Checks whether the Resource has accepted all of his or her assignments
Declaration
public bool Confirmed { get; set; }
Property Value
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
CostRateTable
Gets or sets the cost rate table used for the assignment
Declaration
public RateTable CostRateTable { get; set; }
Property Value
CostRateTableSpecified
Checks whether the cost rate table used for the assignment
Declaration
public bool CostRateTableSpecified { get; set; }
Property Value
CostSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string CostSerialized { get; set; }
Property Value
CostSpecified
Checks whether the projected or scheduled cost of the assignment is specified
Declaration
public bool CostSpecified { get; set; }
Property Value
CostVariance
Gets or sets the difference between the cost and baseline cost for a resource
Declaration
public float CostVariance { get; set; }
Property Value
CostVarianceSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string CostVarianceSerialized { get; set; }
Property Value
CostVarianceSpecified
Checks whether the difference between the cost and baseline cost for a resource is specified
Declaration
public bool CostVarianceSpecified { get; set; }
Property Value
CreationDate
Gets or sets the date that the assignment was created
Declaration
public DateTime CreationDate { get; set; }
Property Value
CreationDateSpecified
Checks whether the date that the assignment was created is specified
Declaration
public bool CreationDateSpecified { get; set; }
Property Value
CV
Gets or sets the earned value cost variance
Declaration
public float CV { get; set; }
Property Value
CVSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string CVSerialized { get; set; }
Property Value
CVSpecified
Checks whether the earned value cost variance is specified
Declaration
public bool CVSpecified { get; set; }
Property Value
Delay
Gets or sets the amount that the assignment is delayed
Declaration
public int Delay { get; set; }
Property Value
DelaySerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string DelaySerialized { get; set; }
Property Value
ExtendedAttribute
Declaration
public List<ExtendedAttributesBase> ExtendedAttribute { get; set; }
Property Value
f404000
Declaration
public object f404000 { get; set; }
Property Value
f404001
Declaration
public object f404001 { get; set; }
Property Value
f404002
Declaration
public object f404002 { get; set; }
Property Value
f404003
Declaration
public object f404003 { get; set; }
Property Value
f404004
Declaration
public object f404004 { get; set; }
Property Value
f404005
Declaration
public object f404005 { get; set; }
Property Value
f404006
Declaration
public object f404006 { get; set; }
Property Value
f404007
Declaration
public object f404007 { get; set; }
Property Value
f404008
Declaration
public object f404008 { get; set; }
Property Value
f404009
Declaration
public object f404009 { get; set; }
Property Value
f40400a
Declaration
public object f40400a { get; set; }
Property Value
f40400b
Declaration
public object f40400b { get; set; }
Property Value
f40400c
Declaration
public object f40400c { get; set; }
Property Value
f40400d
Declaration
public object f40400d { get; set; }
Property Value
f40400e
Declaration
public object f40400e { get; set; }
Property Value
f40400f
Declaration
public object f40400f { get; set; }
Property Value
f404010
Declaration
public object f404010 { get; set; }
Property Value
f404011
Declaration
public object f404011 { get; set; }
Property Value
f404012
Declaration
public object f404012 { get; set; }
Property Value
f404013
Declaration
public object f404013 { get; set; }
Property Value
f404014
Declaration
public object f404014 { get; set; }
Property Value
f404015
Declaration
public object f404015 { get; set; }
Property Value
f404016
Declaration
public object f404016 { get; set; }
Property Value
f404017
Declaration
public object f404017 { get; set; }
Property Value
f404018
Declaration
public object f404018 { get; set; }
Property Value
f404019
Declaration
public object f404019 { get; set; }
Property Value
f40401a
Declaration
public object f40401a { get; set; }
Property Value
f40401b
Declaration
public object f40401b { get; set; }
Property Value
f40401c
Declaration
public object f40401c { get; set; }
Property Value
f40401d
Declaration
public object f40401d { get; set; }
Property Value
f40401e
Declaration
public object f40401e { get; set; }
Property Value
f40401f
Declaration
public object f40401f { get; set; }
Property Value
f404020
Declaration
public object f404020 { get; set; }
Property Value
f404021
Declaration
public object f404021 { get; set; }
Property Value
f404022
Declaration
public object f404022 { get; set; }
Property Value
f404023
Declaration
public object f404023 { get; set; }
Property Value
f404024
Declaration
public object f404024 { get; set; }
Property Value
f404025
Declaration
public object f404025 { get; set; }
Property Value
f404026
Declaration
public object f404026 { get; set; }
Property Value
f404027
Declaration
public object f404027 { get; set; }
Property Value
f404028
Declaration
public object f404028 { get; set; }
Property Value
f404029
Declaration
public object f404029 { get; set; }
Property Value
f40402a
Declaration
public object f40402a { get; set; }
Property Value
f40402b
Declaration
public object f40402b { get; set; }
Property Value
f40402c
Declaration
public object f40402c { get; set; }
Property Value
f40402d
Declaration
public object f40402d { get; set; }
Property Value
f40402e
Declaration
public object f40402e { get; set; }
Property Value
f40402f
Declaration
public object f40402f { get; set; }
Property Value
f404030
Declaration
public object f404030 { get; set; }
Property Value
f404031
Declaration
public object f404031 { get; set; }
Property Value
f404032
Declaration
public object f404032 { get; set; }
Property Value
f404033
Declaration
public object f404033 { get; set; }
Property Value
f404034
Declaration
public object f404034 { get; set; }
Property Value
f404035
Declaration
public object f404035 { get; set; }
Property Value
f404036
Declaration
public object f404036 { get; set; }
Property Value
f404037
Declaration
public object f404037 { get; set; }
Property Value
f404038
Declaration
public object f404038 { get; set; }
Property Value
f404039
Declaration
public object f404039 { get; set; }
Property Value
f40403a
Declaration
public object f40403a { get; set; }
Property Value
f40403b
Declaration
public object f40403b { get; set; }
Property Value
f40403c
Declaration
public object f40403c { get; set; }
Property Value
f40403d
Declaration
public object f40403d { get; set; }
Property Value
f40403e
Declaration
public object f40403e { get; set; }
Property Value
f40403f
Declaration
public object f40403f { get; set; }
Property Value
f404040
Declaration
public object f404040 { get; set; }
Property Value
f404041
Declaration
public object f404041 { get; set; }
Property Value
f404042
Declaration
public object f404042 { get; set; }
Property Value
f404043
Declaration
public object f404043 { get; set; }
Property Value
f404044
Declaration
public object f404044 { get; set; }
Property Value
f404045
Declaration
public object f404045 { get; set; }
Property Value
f404046
Declaration
public object f404046 { get; set; }
Property Value
f404047
Declaration
public object f404047 { get; set; }
Property Value
f404048
Declaration
public object f404048 { get; set; }
Property Value
f404049
Declaration
public object f404049 { get; set; }
Property Value
f40404a
Declaration
public object f40404a { get; set; }
Property Value
f40404b
Declaration
public object f40404b { get; set; }
Property Value
f40404c
Declaration
public object f40404c { get; set; }
Property Value
f40404d
Declaration
public object f40404d { get; set; }
Property Value
f40404e
Declaration
public object f40404e { get; set; }
Property Value
f40404f
Declaration
public object f40404f { get; set; }
Property Value
f404050
Declaration
public object f404050 { get; set; }
Property Value
f404051
Declaration
public object f404051 { get; set; }
Property Value
f404052
Declaration
public object f404052 { get; set; }
Property Value
f404053
Declaration
public object f404053 { get; set; }
Property Value
f404054
Declaration
public object f404054 { get; set; }
Property Value
f404055
Declaration
public object f404055 { get; set; }
Property Value
f404056
Declaration
public object f404056 { get; set; }
Property Value
f404057
Declaration
public object f404057 { get; set; }
Property Value
f404058
Declaration
public object f404058 { get; set; }
Property Value
f404059
Declaration
public object f404059 { get; set; }
Property Value
f40405a
Declaration
public object f40405a { get; set; }
Property Value
f40405b
Declaration
public object f40405b { get; set; }
Property Value
f40405c
Declaration
public object f40405c { get; set; }
Property Value
f40405d
Declaration
public object f40405d { get; set; }
Property Value
f40405e
Declaration
public object f40405e { get; set; }
Property Value
f40405f
Declaration
public object f40405f { get; set; }
Property Value
f404060
Declaration
public object f404060 { get; set; }
Property Value
f404061
Declaration
public object f404061 { get; set; }
Property Value
f404062
Declaration
public object f404062 { get; set; }
Property Value
f404063
Declaration
public object f404063 { get; set; }
Property Value
f404064
Declaration
public object f404064 { get; set; }
Property Value
f404065
Declaration
public object f404065 { get; set; }
Property Value
f404066
Declaration
public object f404066 { get; set; }
Property Value
f404067
Declaration
public object f404067 { get; set; }
Property Value
f404068
Declaration
public object f404068 { get; set; }
Property Value
f404069
Declaration
public object f404069 { get; set; }
Property Value
f40406a
Declaration
public object f40406a { get; set; }
Property Value
f40406b
Declaration
public object f40406b { get; set; }
Property Value
f40406c
Declaration
public object f40406c { get; set; }
Property Value
f40406d
Declaration
public object f40406d { get; set; }
Property Value
f40406e
Declaration
public object f40406e { get; set; }
Property Value
f40406f
Declaration
public object f40406f { get; set; }
Property Value
f404070
Declaration
public object f404070 { get; set; }
Property Value
f404071
Declaration
public object f404071 { get; set; }
Property Value
f404072
Declaration
public object f404072 { get; set; }
Property Value
f404073
Declaration
public object f404073 { get; set; }
Property Value
f404074
Declaration
public object f404074 { get; set; }
Property Value
f404075
Declaration
public object f404075 { get; set; }
Property Value
f404076
Declaration
public object f404076 { get; set; }
Property Value
f404077
Declaration
public object f404077 { get; set; }
Property Value
f404078
Declaration
public object f404078 { get; set; }
Property Value
f404079
Declaration
public object f404079 { get; set; }
Property Value
f40407a
Declaration
public object f40407a { get; set; }
Property Value
f40407b
Declaration
public object f40407b { get; set; }
Property Value
f40407c
Declaration
public object f40407c { get; set; }
Property Value
f40407d
Declaration
public object f40407d { get; set; }
Property Value
f40407e
Declaration
public object f40407e { get; set; }
Property Value
f40407f
Declaration
public object f40407f { get; set; }
Property Value
f404080
Declaration
public object f404080 { get; set; }
Property Value
f404081
Declaration
public object f404081 { get; set; }
Property Value
f404082
Declaration
public object f404082 { get; set; }
Property Value
f404083
Declaration
public object f404083 { get; set; }
Property Value
f404084
Declaration
public object f404084 { get; set; }
Property Value
f404085
Declaration
public object f404085 { get; set; }
Property Value
f404086
Declaration
public object f404086 { get; set; }
Property Value
f404087
Declaration
public object f404087 { get; set; }
Property Value
f404088
Declaration
public object f404088 { get; set; }
Property Value
f404089
Declaration
public object f404089 { get; set; }
Property Value
f40408a
Declaration
public object f40408a { get; set; }
Property Value
f40408b
Declaration
public object f40408b { get; set; }
Property Value
f40408c
Declaration
public object f40408c { get; set; }
Property Value
f40408d
Declaration
public object f40408d { get; set; }
Property Value
f40408e
Declaration
public object f40408e { get; set; }
Property Value
f40408f
Declaration
public object f40408f { get; set; }
Property Value
f404090
Declaration
public object f404090 { get; set; }
Property Value
f404091
Declaration
public object f404091 { get; set; }
Property Value
f404092
Declaration
public object f404092 { get; set; }
Property Value
f404093
Declaration
public object f404093 { get; set; }
Property Value
f404094
Declaration
public object f404094 { get; set; }
Property Value
f404095
Declaration
public object f404095 { get; set; }
Property Value
f404096
Declaration
public object f404096 { get; set; }
Property Value
f404097
Declaration
public object f404097 { get; set; }
Property Value
f404098
Declaration
public object f404098 { get; set; }
Property Value
f404099
Declaration
public object f404099 { get; set; }
Property Value
f40409a
Declaration
public object f40409a { get; set; }
Property Value
f40409b
Declaration
public object f40409b { get; set; }
Property Value
f40409c
Declaration
public object f40409c { get; set; }
Property Value
f40409d
Declaration
public object f40409d { get; set; }
Property Value
f40409e
Declaration
public object f40409e { get; set; }
Property Value
f40409f
Declaration
public object f40409f { get; set; }
Property Value
f4040a0
Declaration
public object f4040a0 { get; set; }
Property Value
f4040a1
Declaration
public object f4040a1 { get; set; }
Property Value
f4040a2
Declaration
public object f4040a2 { get; set; }
Property Value
f4040a3
Declaration
public object f4040a3 { get; set; }
Property Value
f4040a4
Declaration
public object f4040a4 { get; set; }
Property Value
f4040a5
Declaration
public object f4040a5 { get; set; }
Property Value
f4040a6
Declaration
public object f4040a6 { get; set; }
Property Value
f4040a7
Declaration
public object f4040a7 { get; set; }
Property Value
f4040a8
Declaration
public object f4040a8 { get; set; }
Property Value
f4040a9
Declaration
public object f4040a9 { get; set; }
Property Value
f4040aa
Declaration
public object f4040aa { get; set; }
Property Value
f4040ab
Declaration
public object f4040ab { get; set; }
Property Value
f4040ac
Declaration
public object f4040ac { get; set; }
Property Value
f4040ad
Declaration
public object f4040ad { get; set; }
Property Value
f4040ae
Declaration
public object f4040ae { get; set; }
Property Value
f4040af
Declaration
public object f4040af { get; set; }
Property Value
f4040b0
Declaration
public object f4040b0 { get; set; }
Property Value
f4040b1
Declaration
public object f4040b1 { get; set; }
Property Value
f4040b2
Declaration
public object f4040b2 { get; set; }
Property Value
f4040b3
Declaration
public object f4040b3 { get; set; }
Property Value
f4040b4
Declaration
public object f4040b4 { get; set; }
Property Value
f4040b5
Declaration
public object f4040b5 { get; set; }
Property Value
f4040b6
Declaration
public object f4040b6 { get; set; }
Property Value
f4040b7
Declaration
public object f4040b7 { get; set; }
Property Value
f4040b8
Declaration
public object f4040b8 { get; set; }
Property Value
f4040b9
Declaration
public object f4040b9 { get; set; }
Property Value
f4040ba
Declaration
public object f4040ba { get; set; }
Property Value
f4040bb
Declaration
public object f4040bb { get; set; }
Property Value
f4040bc
Declaration
public object f4040bc { get; set; }
Property Value
f4040bd
Declaration
public object f4040bd { get; set; }
Property Value
f4040be
Declaration
public object f4040be { get; set; }
Property Value
f4040bf
Declaration
public object f4040bf { get; set; }
Property Value
f4040c0
Declaration
public object f4040c0 { get; set; }
Property Value
f4040c1
Declaration
public object f4040c1 { get; set; }
Property Value
f4040c2
Declaration
public object f4040c2 { get; set; }
Property Value
f4040c3
Declaration
public object f4040c3 { get; set; }
Property Value
f4040c4
Declaration
public object f4040c4 { get; set; }
Property Value
f4040c5
Declaration
public object f4040c5 { get; set; }
Property Value
f4040c6
Declaration
public object f4040c6 { get; set; }
Property Value
f4040c7
Declaration
public object f4040c7 { get; set; }
Property Value
f4040c8
Declaration
public object f4040c8 { get; set; }
Property Value
Finish
Gets or sets the scheduled finish date of the assignment
Declaration
public DateTime Finish { get; set; }
Property Value
FinishSerialized
Gets or sets the scheduled finish date of the assignment
Declaration
public string FinishSerialized { get; set; }
Property Value
FinishSpecified
Checks whether the scheduled finish date of the assignment is specified
Declaration
public bool FinishSpecified { get; set; }
Property Value
FinishVariance
Gets or sets the variance of the assignment finish date from the baseline finish date
Declaration
public int FinishVariance { get; set; }
Property Value
FinishVarianceSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string FinishVarianceSerialized { get; set; }
Property Value
FixedMaterial
Checks whether the consumption of the assigned material resource occurs in a single, fixed amount
Declaration
public bool FixedMaterial { get; set; }
Property Value
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
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
HyperlinkAddress
Gets or sets the hyperlink associated with the assignment
Declaration
public string HyperlinkAddress { get; set; }
Property Value
HyperlinkSubAddress
Gets or sets the document bookmark of the hyperlink associated with the assignment
Declaration
public string HyperlinkSubAddress { get; set; }
Property Value
IsMilestone
Checks whether the assignment is a milestone
Declaration
public bool IsMilestone { get; set; }
Property Value
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
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
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
Gets or sets the format for expressing the duration of the delay
Declaration
public DelayFormat LevelingDelayFormat { get; set; }
Property Value
Checks whether the format for expressing the duration of the delay is specified
Declaration
public bool LevelingDelayFormatSpecified { get; set; }
Property Value
LevelingDelaySerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string LevelingDelaySerialized { get; set; }
Property Value
LinkedFields
Checks whether the Project is linked to another OLE object
Declaration
public bool LinkedFields { get; set; }
Property Value
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
OvertimeCost
Gets or sets the sum of the actual and remaining overtime cost of the assignment
Declaration
public decimal OvertimeCost { get; set; }
Property Value
OvertimeCostSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string OvertimeCostSerialized { get; set; }
Property Value
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
OvertimeWork
Gets or sets the scheduled overtime work scheduled for the assignment
Declaration
public string OvertimeWork { get; set; }
Property Value
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
PeakUnitsSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string PeakUnitsSerialized { get; set; }
Property Value
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
PercentWorkComplete
Gets or sets the amount of work completed on the assignment
Declaration
public int PercentWorkComplete { get; set; }
Property Value
PercentWorkCompleteSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string PercentWorkCompleteSerialized { get; set; }
Property Value
RateScale
Gets or sets the time unit for the usage rate of the material resource assignment
Declaration
public RateScale RateScale { get; set; }
Property Value
RegularWork
Gets or sets the amount of non-overtime work scheduled for the assignment
Declaration
public string RegularWork { get; set; }
Property Value
RemainingCost
Gets or sets the remaining projected cost of completing the assignment
Declaration
public decimal RemainingCost { get; set; }
Property Value
RemainingCostSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string RemainingCostSerialized { get; set; }
Property Value
RemainingCostSpecified
Checks whether the remaining projected cost of completing the assignment is specified
Declaration
public bool RemainingCostSpecified { get; set; }
Property Value
RemainingOvertimeCost
Gets or sets the remaining projected overtime cost of completing the assignment
Declaration
public decimal RemainingOvertimeCost { get; set; }
Property Value
RemainingOvertimeCostSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string RemainingOvertimeCostSerialized { get; set; }
Property Value
RemainingOvertimeCostSpecified
Checks whether the remaining projected overtime cost of completing the assignment is specified
Declaration
public bool RemainingOvertimeCostSpecified { get; set; }
Property Value
RemainingOvertimeWork
Gets or sets the remaining overtime work scheduled to complete the assignment
Declaration
public string RemainingOvertimeWork { get; set; }
Property Value
RemainingWork
Gets or sets the remaining work scheduled to complete the assignment
Declaration
public string RemainingWork { get; set; }
Property Value
Resource
Gets or sets the resource.
Declaration
public Resource Resource { get; set; }
Property Value
ResourceUID
Gets or sets the unique identifier of the resource
Declaration
public int ResourceUID { get; set; }
Property Value
ResourceUIDSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string ResourceUIDSerialized { get; set; }
Property Value
ResponsePending
Checks whether a response has been received for a TeamAssign message
Declaration
public bool ResponsePending { get; set; }
Property Value
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
ResumeSpecified
Checks whether the date that the assignment resumed is specified
Declaration
public bool ResumeSpecified { get; set; }
Property Value
Start
Gets or sets the scheduled start date of the assignment
Declaration
public DateTime Start { get; set; }
Property Value
StartSerialized
Gets or sets the scheduled start date of the assignment
Declaration
public string StartSerialized { get; set; }
Property Value
StartSpecified
Checks whether the scheduled start date of the assignment is specified
Declaration
public bool StartSpecified { get; set; }
Property Value
StartVariance
Gets or sets the variance of the assignment start date from the baseline start date
Declaration
public int StartVariance { get; set; }
Property Value
StartVarianceSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string StartVarianceSerialized { get; set; }
Property Value
Stop
Gets or sets the date that the assignment was stopped
Declaration
public DateTime Stop { get; set; }
Property Value
StopSpecified
Checks whether the date that the assignment was stopped is specified
Declaration
public bool StopSpecified { get; set; }
Property Value
SV
Gets or sets the earned value schedule variance, through the project status date
Declaration
public float SV { get; set; }
Property Value
SVSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string SVSerialized { get; set; }
Property Value
SVSpecified
Checks whether the earned value schedule variance, through the project status date is specified
Declaration
public bool SVSpecified { get; set; }
Property Value
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
TaskUIDSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string TaskUIDSerialized { get; set; }
Property Value
TimephasedData
Gets or sets the time phased data associated with the assignment
Declaration
public List<TimephasedDataType> TimephasedData { get; set; }
Property Value
UID
Gets or sets the unique identifier of the assignment
Declaration
public int UID { get; set; }
Property Value
UIDSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string UIDSerialized { get; set; }
Property Value
Units
Gets or sets the number of units for the assignment
Declaration
public float Units { get; set; }
Property Value
UnitsSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string UnitsSerialized { get; set; }
Property Value
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
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
VACSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string VACSerialized { get; set; }
Property Value
VACSpecified
Checks whether the difference between baseline cost and total cost is specified
Declaration
public bool VACSpecified { get; set; }
Property Value
Work
Gets or sets the amount of scheduled work for the assignment
Declaration
public string Work { get; set; }
Property Value
WorkContour
Gets or sets the work contour of the assignment
Declaration
public AssignmentWorkContour WorkContour { get; set; }
Property Value
WorkContourSpecified
Checks whether the work contour of the assignment is specified
Declaration
public bool WorkContourSpecified { get; set; }
Property Value
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
WorkVarianceSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string WorkVarianceSerialized { get; set; }
Property Value
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