Skip to content

Commit c05d85f

Browse files
Merge pull request #117 from aspose-tasks/tasks-python-api-25.7.0-161117
Updated API for Aspose.Tasks for Python via .NET 25.7.0
2 parents 04d975c + 222fc43 commit c05d85f

File tree

8 files changed

+40
-9
lines changed

8 files changed

+40
-9
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Contains classes necessary to work with Primavera-specific formats (XER, Primave
1818
| Enumeration | Description |
1919
| :- | :- |
2020
|[PrimaveraActivityType](/tasks/python-net/aspose.tasks.primavera/primaveraactivitytype/)|Specifies type of Primavera activity.|
21+
|[PrimaveraConstraintType](/tasks/python-net/aspose.tasks.primavera/primaveraconstrainttype/)|Specifies a type of activity's constraint.|
2122
|[PrimaveraDurationType](/tasks/python-net/aspose.tasks.primavera/primaveradurationtype/)|Specifies duration type of Primavera activity.|
2223
|[PrimaveraPercentCompleteType](/tasks/python-net/aspose.tasks.primavera/primaverapercentcompletetype/)|Specifies value of '% Complete Type' field for Primavera activities.|
2324
|[PrimaveraRelationshipLagCalendar](/tasks/python-net/aspose.tasks.primavera/primaverarelationshiplagcalendar/)|Specifies which calendar to use for scheduling Relationship Lag in Primavera projects.|
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: PrimaveraConstraintType
3+
second_title: Aspose.Tasks for Python via .NET API Reference
4+
description:
5+
type: docs
6+
weight: 30
7+
url: /python-net/aspose.tasks.primavera/primaveraconstrainttype/
8+
---
9+
10+
## PrimaveraConstraintType enumeration
11+
12+
Specifies a type of activity's constraint.
13+
14+
## Members
15+
| Member name | Description |
16+
| :- | :- |
17+
|NONE|Not specified or not applicable.|
18+
|FINISH_ON|'Finish On' type|
19+
|FINISH_ON_OR_AFTER|'Finish On or After' type|
20+
|FINISH_ON_OR_BEFORE|'Finish On or Before' type|
21+
|MANDATORY_FINISH|'Mandatory Finish' type|
22+
|MANDATORY_START|'Mandatory Start' type|
23+
|START_ON|'Start On' type|
24+
|START_ON_OR_AFTER|'Start On or After' type|
25+
|START_ON_OR_BEFORE|'Start On or Before' type|
26+
|AS_LATE_AS_POSSIBLE|'As Late As Possible' type|
27+
28+
### See Also
29+
30+
* namespace [aspose.tasks.primavera](/tasks/python-net/aspose.tasks.primavera/)
31+
* assembly [Aspose.Tasks](/tasks/python-net/)
32+

english/python-net/aspose.tasks.primavera/primaveradurationtype/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: PrimaveraDurationType
33
second_title: Aspose.Tasks for Python via .NET API Reference
44
description:
55
type: docs
6-
weight: 30
6+
weight: 40
77
url: /python-net/aspose.tasks.primavera/primaveradurationtype/
88
---
99

english/python-net/aspose.tasks.primavera/primaverapercentcompletetype/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: PrimaveraPercentCompleteType
33
second_title: Aspose.Tasks for Python via .NET API Reference
44
description:
55
type: docs
6-
weight: 40
6+
weight: 50
77
url: /python-net/aspose.tasks.primavera/primaverapercentcompletetype/
88
---
99

english/python-net/aspose.tasks.primavera/primaverarelationshiplagcalendar/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: PrimaveraRelationshipLagCalendar
33
second_title: Aspose.Tasks for Python via .NET API Reference
44
description:
55
type: docs
6-
weight: 50
6+
weight: 60
77
url: /python-net/aspose.tasks.primavera/primaverarelationshiplagcalendar/
88
---
99

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ The GroupCriterion type exposes the following members:
2323
|cell_color|Gets or sets the color of the cell background for a field used as a criterion in a group definition.|
2424
|font_color|Gets or sets the color of the font for a field used as a criterion in a group definition.|
2525
|field|Gets or sets the field being grouped by.|
26-
|index|Gets the index of a [GroupCriterion](/tasks/python-net/aspose.tasks/groupcriterion/) object in the containing [GroupCriterionCollection](/tasks/python-net/aspose.tasks/groupcriterioncollection/) collection.|
27-
|parent_group|Gets the parent of the [GroupCriterion](/tasks/python-net/aspose.tasks/groupcriterion/) object.|
2826
|group_on|Gets or sets the type of grouping for a field used as a criterion in a group definition.|
2927
|pattern|Gets or sets the pattern of the cell for a field used as a criterion in a group definition.|
3028
|start_at|Gets or sets the start of the intervals for a field used as a criterion in a group definition.|

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ url: /python-net/aspose.tasks/groupcriterioncollection/
1212
Contains a collection of [GroupCriterion](/tasks/python-net/aspose.tasks/groupcriterion/) objects.<br/> Implements ICollection<GroupCriterion> interface.
1313

1414
The GroupCriterionCollection type exposes the following members:
15-
## Properties
16-
| Name | Description |
17-
| :- | :- |
18-
|parent_group|Gets the parent of the GroupCriterion object.|
1915
## Methods
2016
| Name | Description |
2117
| :- | :- |

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ The PrimaveraTaskProperties type exposes the following members:
4646
|budgeted_expense_cost|Gets the value of budgeted (or planned) expense cost.|
4747
|actual_total_cost|Gets the total value of actual costs.|
4848
|budgeted_total_cost|Gets the total value of budgeted (or planned) costs.|
49+
|primary_constraint_type|Gets a type of primary constraint.|
50+
|primary_constraint_date|Gets the date of primary constraint.|
51+
|secondary_constraint_type|Gets a type of secondary constraint.|
52+
|secondary_constraint_date|Gets the date of secondary constraint.|
4953

5054
### See Also
5155

0 commit comments

Comments
 (0)