Skip to content

Commit a4b8b63

Browse files
Merge pull request #95 from aspose-tasks/tasks-python-api-25.2.0
Updated API for Aspose.Tasks for Python via .NET 25.2
2 parents 7d603fb + d720fe9 commit a4b8b63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

english/python-net/aspose.tasks/field/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,10 +1359,10 @@ Specifies a field in the Microsoft Office Project.
13591359
|TASK_COMPLETE_THROUGH|Available only in the Bar Styles dialog box in MSP and is represented as a bar on the Gantt Chart.|
13601360
|TASK_BASE_LINE_FIXED_COST|Represents the Baseline Fixed Cost (Task) field.|
13611361
|RESOURCE_ASSIGNMENT_GUID|Represents the GUID (Assignment) field.|
1362-
|RESOURCE_ASSIGNMENT_BASE_LINE_START|Represents the Baseline Start (Assignment) field.|
1363-
|RESOURCE_ASSIGNMENT_BASE_LINE_FINISH|Represents the Baseline Finish (Assignment) field.|
13641362
|RESOURCE_ASSIGNMENT_BASE_LINE_COST|Represents the Baseline Cost (Assignment) field.|
13651363
|RESOURCE_ASSIGNMENT_BASE_LINE_WORK|Represents the Baseline Work (Assignment) field.|
1364+
|RESOURCE_ASSIGNMENT_BASE_LINE_START|Represents the Baseline Start (Assignment) field.|
1365+
|RESOURCE_ASSIGNMENT_BASE_LINE_FINISH|Represents the Baseline Finish (Assignment) field.|
13661366
|RESOURCE_ASSIGNMENT_BASE_LINE_COST_PER_USE|Represents the Baseline Cost Per Use (Assignment) field.|
13671367

13681368
### See Also

english/python-net/aspose.tasks/group/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Group type exposes the following members:
2020
| Name | Description |
2121
| :- | :- |
2222
|name|Gets or sets a name of a Group object.|
23-
|index|Gets the index of a [Group](/tasks/python-net/aspose.tasks/group/) object in the Groups list .|
23+
|index|Gets or sets the index of a [Group](/tasks/python-net/aspose.tasks/group/) object in the Groups list .|
2424
|uid|Gets a unique identifier of a group.|
2525
|show_summary|Gets or sets a value indicating whether summary rows are displayed for the group.|
2626
|maintain_hierarchy|Gets or sets a value indicating whether to show all the levels of summary tasks for subtasks within group.|

0 commit comments

Comments
 (0)