You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardexpand all lines: docs/PrimaveraTaskProperties.md
+21
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,27 @@ Name | Type | Description | Notes
13
13
**RawActivityType** | **string** | Raw text representation (as in source file) of 'Activity Type' field of the activity. | [optional][default to null]
14
14
**RawCompletePercentType** | **string** | Raw text representation (as in source file) of '% Complete Type' field of the activity. | [optional][default to null]
15
15
**RawStatus** | **string** | Raw text representation (as in source file) of 'Status' field of the activity. | [optional][default to null]
16
+
**DurationPercentComplete** | **float64** | Gets the value of duration percent complete. | [default to null]
17
+
**PhysicalPercentComplete** | **float64** | Gets the value of Physical Percent Complete. | [default to null]
18
+
**ActualNonLaborUnits** | **float64** | Gets the value of actual non labor units. | [default to null]
19
+
**ActualLaborUnits** | **float64** | Gets the value of actual labor units. | [default to null]
20
+
**UnitsPercentComplete** | **float64** | Gets the value of units percent complete. | [default to null]
21
+
**RemainingLaborUnits** | **float64** | Gets the value of remaining labor units. | [default to null]
22
+
**RemainingNonLaborUnits** | **float64** | Gets the value of remaining non labor units. | [default to null]
23
+
**DurationType** | [***PrimaveraDurationType**](PrimaveraDurationType.md) | Gets the value of 'Duration Type' field of the activity. | [default to null]
24
+
**ActivityType** | [***PrimaveraActivityType**](PrimaveraActivityType.md) | Gets the value of 'Activity Type' field. | [default to null]
25
+
**PercentCompleteType** | [***PrimaveraPercentCompleteType**](PrimaveraPercentCompleteType.md) | Gets the value of '% Complete Type' field of the activity. | [default to null]
26
+
**ActualLaborCost** | **float32** | Gets the value of actual labor cost. | [default to null]
27
+
**ActualNonlaborCost** | **float32** | Gets the value of actual non labor cost. | [default to null]
28
+
**ActualMaterialCost** | **float32** | Gets the value of actual material cost. | [default to null]
29
+
**ActualExpenseCost** | **float32** | Gets the value of actual expense cost. | [default to null]
30
+
**RemainingExpenseCost** | **float32** | Gets the value of remaining expense cost. | [default to null]
31
+
**ActualTotalCost** | **float32** | Gets the total value of actual costs. | [default to null]
32
+
**BudgetedTotalCost** | **float32** | Gets the total value of budgeted (or planned) costs. | [default to null]
33
+
**BudgetedLaborCost** | **float32** | Gets the value of budgeted (or planned) labor cost. | [default to null]
34
+
**BudgetedNonlaborCost** | **float32** | Gets the value of budgeted (or planned) non labor cost. | [default to null]
35
+
**BudgetedMaterialCost** | **float32** | Gets the value of of budgeted (or planned) material cost. | [default to null]
36
+
**BudgetedExpenseCost** | **float32** | Gets the value of budgeted (or planned) expense cost. | [default to null]
16
37
17
38
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardexpand all lines: docs/View.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
**ShowInMenu** | **bool** | Gets or sets a value indicating whether Microsoft Project shows the single view name in the View or the Other Views drop-down lists in the Ribbon | [default to null]
7
7
**Type_** | [***ItemType**](ItemType.md) | Gets the type of item in the single view, such as tasks or resources. Read-only. | [default to null]
8
8
**Screen** | [***ViewScreen**](ViewScreen.md) | Gets the screen type for the single view. Read-only. | [default to null]
9
-
**Name** | **string** | Gets or sets the name of a View object. | [optional][default to null]
9
+
**Name** | **string** | Gets or sets the name of a view object. | [optional][default to null]
10
10
**Uid** | **int32** | Gets the unique identifier of a view. | [default to null]
11
11
12
12
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments