Assignment members
Contains the common properties for draft assignments and published assignments.
The Assignment type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Assignment | Creates an instance of the Assignment class. |
Top
Properties
Name | Description | |
---|---|---|
ActualCostWorkPerformed | Gets the actual cost of work performed (ACWP) for the assignment to date. | |
ActualOvertimeCost | Gets the actual overtime cost for the assignment. | |
BaselineCost | Gets the total planned costs of the assignment. | |
BaselineCostPerUse | Gets the cost per use of a resource on an assignment, at the time of the project baseline. | |
BaselineFinish | Gets the planned completion date for an assignment, at the time of the project baseline. | |
BaselineStart | Gets the planned start date for an assignment, at the time of the project baseline. | |
BaselineWork | Gets total planned person-hours scheduled for an assignment, at the time of the project baseline. | |
BaselineWorkTimeSpan | Gets the total time interval of planned person-hours scheduled for an assignment, at the time of the project baseline. | |
BudgetedCostWorkPerformed | Gets the budgeted cost of work performed (BCWP). | |
BudgetedCostWorkScheduled | Gets the budgeted cost of work scheduled (BCWS) for the assignment. | |
Context | (Inherited from ClientObject.) | |
CostVariance | Gets the cost variance (CV), which is the difference between the baseline cost and the total cost of the assignment. | |
CostVarianceAtCompletion | Gets the cost variance at completion (VAC) for the assignment. | |
Created | Gets the date when the assignment was created. | |
CurrentCostVariance | Gets the current cost variance (CV). | |
CustomFields | Gets the collection of custom fields for the assignment. | |
FinishVariance | Gets the variance of the finish date of the assignment. | |
FinishVarianceTimeSpan | Gets the time interval for the variance of the finish date of the assignment. | |
Id | Gets the GUID of the assignment. | |
IsConfirmed | Gets a value that shows whether the resource has accepted the assignment. | |
IsOverAllocated | Gets a value that indicates whether the resource is overallocated during the time of the assignment. | |
IsPublished | Gets a value that indicates whether the assignment is published. | |
IsResponsePending | Gets a value that shows whether the assignment update has been sent to the resource. | |
IsUpdateNeeded | Gets a value that indicates whether an assignment update should be sent to the resource. | |
LevelingDelay | Gets the amount of time that resource leveling can delay the assignment from its early start date. | |
LevelingDelayTimeSpan | Gets the time interval for the amount of time that resource leveling can delay the assignment from its early start date. | |
Modified | Gets the date when the assignment was modified. | |
ObjectData | (Inherited from ClientObject.) | |
ObjectVersion | (Inherited from ClientObject.) | |
OvertimeCost | Gets the total overtime cost of the assignment. | |
Path | (Inherited from ClientObject.) | |
RemainingCost | Gets the total remaining cost of the assignment, as scheduled. | |
RemainingOvertimeCost | Gets the scheduled remaining overtime cost of the assignment. | |
Resume | Gets the date and time when a resource resumes work on the assignment. | |
ScheduleCostVariance | Gets the schedule cost variance (CV), which is the difference between the baseline cost and the scheduled cost of the assignment. | |
ServerObjectIsNull | (Inherited from ClientObject.) | |
Start | Gets the date and time that a resource is scheduled to start the assignment. | |
StartVariance | Gets the variance of the assignment start date. | |
StartVarianceTimeSpan | Gets the time interval for the variance of the assignment start date. | |
Stop | Gets the date and time when a resource stops work on the assignment. | |
Tag | (Inherited from ClientObject.) | |
TypedObject | (Inherited from ClientObject.) | |
WorkVariance | Gets the difference between baseline work and currently scheduled work on the assignment. | |
WorkVarianceTimeSpan | Gets the time interval for the difference between baseline work and currently scheduled work on the assignment. |
Top
Methods
Name | Description | |
---|---|---|
CheckUninitializedProperty | (Inherited from ClientObject.) | |
CustomFromJson | (Inherited from ClientObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FromJson | (Inherited from ClientObject.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
InitNonPropertyFieldFromJson | (Inherited from ClientObject.) | |
InitOnePropertyFromJson | Reserved for internal use. (Overrides ClientObject.InitOnePropertyFromJson(String, JsonReader).) | |
IsObjectPropertyInstantiated | (Inherited from ClientObject.) | |
IsPropertyAvailable | (Inherited from ClientObject.) | |
LoadExpandoFields | (Inherited from ClientObject.) | |
MemberwiseClone | (Inherited from Object.) | |
RefreshLoad | (Inherited from ClientObject.) | |
RemoveFromParentCollection | (Inherited from ClientObject.) | |
Retrieve() | (Inherited from ClientObject.) | |
Retrieve([]) | (Inherited from ClientObject.) | |
ToString | (Inherited from Object.) | |
UpdateClientObjectPropertyType | (Inherited from ClientObject.) |
Top