ProjectResource members
Provides information about a project resource.
The ProjectResource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProjectResource | Creates a new instance of the ProjectResource class. |
Top
Properties
Name | Description | |
---|---|---|
ActualCost | Gets the costs incurred for work that has been performed by the project resource, along with any other recorded costs. | |
ActualCostWorkPerformed | Gets the actual cost for work that has been performed by the project resource to date. | |
ActualCostWorkPerformedTimeSpan | Gets the time interval for the actual cost for work that has been performed by the project resource to date. | |
ActualOvertimeCost | Gets the actual cost incurred for overtime work that has been performed by the project resource. | |
ActualOvertimeWork | Gets the actual amount of overtime work that has been performed by the project resource. | |
ActualOvertimeWorkTimeSpan | Gets the time interval for the actual amount of overtime work that has been performed by the project resource. | |
ActualWork | Gets the actual amount of work that has already been performed by the project resource. | |
ActualWorkTimeSpan | Gets the time interval for the actual amount of work that has already been performed by the project resource. | |
AvailableFrom | Gets the starting date that the project resource is available for work, at the units specified for the current time period. | |
AvailableTo | Gets the end date that the project resource is available for work, at the units specified for the current time period. | |
BaselineCost | Gets the planned total cost for work to be performed by the project resource. | |
BaselineWork | Gets the planned amount of work to be performed by the project resource. | |
BaselineWorkTimeSpan | Gets the time interval for the planned amount of work to be performed by the project resource. | |
BudetCostWorkPerformed | Gets the budgeted cost for work performed by the project resource to date. | |
BudgetedCost | Gets the total budgeted cost for work performed by the project resource. | |
BudgetedCostWorkScheduled | Gets the budgeted cost of scheduled work for the project resource. | |
BudgetedWork | Gets the total budgeted amount of work to be performed by the project resource. | |
BudgetedWorkTimeSpan | Gets the time interval for the total budgeted amount of work to be performed by the project resource. | |
Context | (Inherited from ClientObject.) | |
Cost | Gets the total scheduled or estimated cost for work that has been performed, and work that remains to be performed, by the project resource. | |
CostVariance | Gets the difference between the baseline cost and actual cost for the project resource. | |
CostVarianceAtCompletion | Gets the difference between the baseline cost and actual cost of the project resource at the completion of a project. | |
Created | Gets the date and time when the task was added to the project. | |
CurrentCostVariance | Gets the difference between the baseline cost and the actual cost of the project resource to date. | |
CustomFields | Gets a collection of custom fields that have values set for this project resource. | |
EnterpriseResource | Gets identification information for the project resource. | |
Finish | Gets the date when the project resource is scheduled to complete work on all assigned tasks. | |
Id | Gets the GUID of the project resource. | |
IsBudgeted | Gets a value that indicates whether the project resource is used for budgeting purposes or is a regular resource. | |
IsGenericResource | Gets a value that indicates whether the project resource is a generic placeholder. | |
IsOverAllocated | Gets a value that indicates whether the project resource is assigned to do more work on all assigned tasks than can be done within the normal working capacity. | |
Modified | Gets the date of modification. | |
Notes | Gets comments entered about the project resource. | |
ObjectData | (Inherited from ClientObject.) | |
ObjectVersion | (Inherited from ClientObject.) | |
OvertimeCost | Gets the total overtime cost for a project resource on all assigned tasks. | |
OvertimeWork | Gets the amount of overtime work that is scheduled to be performed on all tasks assigned to the project resource and that is charged at the overtime rates of the project resource involved. | |
OvertimeWorkTimeSpan | Gets the time interval for the amount of overtime work that is scheduled to be performed on all tasks assigned to the project resource and that is charged at the overtime rates of the project resource involved. | |
Path | (Inherited from ClientObject.) | |
PeakWork | Gets the maximum effort that the project resource is scheduled to work on all assigned tasks. | |
PeakWorkTimeSpan | Gets the duration of the maximum effort that the project resource is scheduled to work on all assigned tasks. | |
PercentWorkComplete | Gets the current status of the project resource, expressed as the percentage of work that has been completed by the project resouce. | |
RegularWork | Gets the total amount of non-overtime work that is scheduled to be performed by the project resource. | |
RegularWorkTimeSpan | Gets the time interval for the total amount of non-overtime work that is scheduled to be performed by the project resource. | |
RemainingCost | Gets the remaining scheduled expense that will be incurred by the project resource in completing the remaining scheduled work. | |
RemainingOvertimeCost | Gets the remaining scheduled overtime expense for the project resource. | |
RemainingOvertimeWork | Gets the amount of remaining scheduled overtime work for the project resource. | |
RemainingOvertimeWorkTimeSpan | Gets the time interval for the amount of remaining scheduled overtime work for the project resource. | |
RemainingWork | Gets the amount of time, such as person-hours or days, that is still required for the project resource to complete a task or set of tasks. | |
RemainingWorkTimeSpan | Gets the time interval for the amount of time, such as person-hours or days, that is still required for the project resource to complete a task or set of tasks. | |
ScheduleCostVariance | Gets the scheduled cost variance for the project resource. | |
ServerObjectIsNull | (Inherited from ClientObject.) | |
Start | Gets the date when an assigned resource is scheduled to begin working on a task. | |
Tag | (Inherited from ClientObject.) | |
TypedObject | (Inherited from ClientObject.) | |
Work | Gets the total amount of time to which the project resource is scheduled for a task. | |
WorkTimeSpan | Gets the time interval for the total amount of time to which the project resource is scheduled for a task. | |
WorkVariance | Gets the difference between baseline work of a project resource and the currently scheduled work. | |
WorkVarianceTimeSpan | Gets the time interval for the difference between baseline work of a project resource and the currently scheduled work. |
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