StatusAssignment members
Provides an object that is an assignment in a status update.
The StatusAssignment type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StatusAssignment | Creates an instance of the StatusAssignment class. |
Top
Properties
Name | Description | |
---|---|---|
ActualFinish | Gets or sets the date and time when an assignment was completed. | |
ActualOvertime | Gets or sets the actual amount of overtime work already performed by resources that are assigned to tasks. | |
ActualOvertimeTimeSpan | Gets or sets the time interval for the actual amount of overtime work already performed by resources that are assigned to tasks. | |
ActualStart | Gets or sets the date and time that an assignment actually began, based on progress information that was entered. | |
ActualWork | Gets or sets the amount of work that has already been performed by resources that are assigned to tasks. | |
ActualWorkTimeSpan | Gets or sets the time interval for the amount of work that has already been performed by resources that are assigned to tasks. | |
Comments | Gets or sets the comments for the status assignment. | |
Context | (Inherited from ClientObject.) | |
CustomFields | Gets the collection of custom fields that have values set for the status assignment. | |
Finish | Gets or sets the date when an assignment is scheduled to be completed. | |
Id | Gets the GUID for the status assignment. | |
IsConfirmed | Gets or sets whether the status assignment has been confirmed. | |
Name | Gets or sets the name of the status assignment. | |
ObjectData | (Inherited from ClientObject.) | |
ObjectVersion | (Inherited from ClientObject.) | |
Overtime | Gets or sets the amount of overtime work. | |
OvertimeTimeSpan | Gets or sets the time interval for the amount of overtime work. | |
Path | (Inherited from ClientObject.) | |
PercentComplete | Gets or sets the current status of a task, resource, or assignment, expressed as the percentage of work that has been completed. | |
Project | Gets the project that contains the status assignment. | |
RegularWork | Gets or sets the total amount of nonovertime work that is scheduled to be performed by resources. | |
RegularWorkTimeSpan | Gets or sets the time interval for the total amount of nonovertime work that is scheduled to be performed by resources. | |
RemainingOvertime | Gets or sets the amount of remaining scheduled overtime work. | |
RemainingOvertimeTimeSpan | Gets or sets the time interval for the amount of remaining scheduled overtime work. | |
RemainingWork | Gets or sets the time, such as person-hours or days, that are still required to complete a task or set of tasks. | |
RemainingWorkTimeSpan | Gets or sets the time interval for the time, such as person-hours or days, that are still required to complete a task or set of tasks. | |
Resource | Gets the resource that is associated with the status assignment. | |
ServerObjectIsNull | (Inherited from ClientObject.) | |
Start | Gets or sets the date when an assigned resource is scheduled to begin working on an assignment. | |
Tag | (Inherited from ClientObject.) | |
Task | Gets the task that is associated with the status assignment. | |
TypedObject | (Inherited from ClientObject.) | |
Work | Gets or sets the total time scheduled on a task for all assigned resources. | |
WorkTimeSpan | Gets or sets the time interval for the total time scheduled on a task for all assigned resources. |
Top
Methods
Top