Skip to content

Commit d840196

Browse files
Updated Aspose.Tasks for Python via .NET API ref. to 24.9
1 parent d41934d commit d840196

File tree

152 files changed

+476
-465
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+476
-465
lines changed

english/python-net/aspose.tasks.connectivity/dbsettings/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The DbSettings type exposes the following members:
1616
| Name | Description |
1717
| :- | :- |
1818
|connection_string|Gets or sets the connection string.|
19-
|provider_invariant_name|Gets or sets provider invariant name which is used to get an instance of the|
19+
|provider_invariant_name|Gets or sets provider invariant name which is used to get an instance of the class.|
2020

2121
### See Also
2222

english/python-net/aspose.tasks.connectivity/mpdsettings/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The MpdSettings type exposes the following members:
2020
| Name | Description |
2121
| :- | :- |
2222
|connection_string|Gets or sets the connection string.|
23-
|provider_invariant_name|Gets or sets provider invariant name which is used to get an instance of the|
23+
|provider_invariant_name|Gets or sets provider invariant name which is used to get an instance of the class.|
2424
|project_id|Gets id of the project to read.|
2525

2626
### See Also

english/python-net/aspose.tasks.connectivity/mspdbsettings/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The MspDbSettings type exposes the following members:
2020
| Name | Description |
2121
| :- | :- |
2222
|connection_string|Gets or sets the connection string.|
23-
|provider_invariant_name|Gets or sets provider invariant name which is used to get an instance of the|
23+
|provider_invariant_name|Gets or sets provider invariant name which is used to get an instance of the class.|
2424
|project_guid|Gets the guid of the project to read.|
2525
|schema|Gets or sets the schema of the MS Project Server.<br/> The default value is "pub".|
2626

english/python-net/aspose.tasks.connectivity/primaveradbsettings/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The PrimaveraDbSettings type exposes the following members:
2020
| Name | Description |
2121
| :- | :- |
2222
|connection_string|Gets or sets the connection string.|
23-
|provider_invariant_name|Gets or sets provider invariant name which is used to get an instance of the|
23+
|provider_invariant_name|Gets or sets provider invariant name which is used to get an instance of the class.|
2424
|project_id|Gets id of the project to read.|
2525

2626
### See Also

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Contains classes for creating Risk Analysis Report.
1717
|[RiskAnalysisSettings](/tasks/python-net/aspose.tasks.riskanalysis/riskanalysissettings/)|Specifies settings for performing risk analysis.|
1818
|[RiskAnalyzer](/tasks/python-net/aspose.tasks.riskanalysis/riskanalyzer/)|Performs a Monte Carlo simulation based on the specified risk analysis settings.|
1919
|[RiskItemStatistics](/tasks/python-net/aspose.tasks.riskanalysis/riskitemstatistics/)|Represents an item which stores statistical data for the task of the analyzed project.|
20-
|[RiskItemStatisticsCollection](/tasks/python-net/aspose.tasks.riskanalysis/riskitemstatisticscollection/)|Represents a collection containing the instances of the|
20+
|[RiskItemStatisticsCollection](/tasks/python-net/aspose.tasks.riskanalysis/riskitemstatisticscollection/)|Represents a collection containing the instances of the [RiskItemStatistics](/tasks/python-net/aspose.tasks.riskanalysis/riskitemstatistics/) class.|
2121
|[RiskPattern](/tasks/python-net/aspose.tasks.riskanalysis/riskpattern/)|Represents a risk pattern for a project task.|
22-
|[RiskPatternCollection](/tasks/python-net/aspose.tasks.riskanalysis/riskpatterncollection/)|Represents a collection containing the instances of the|
22+
|[RiskPatternCollection](/tasks/python-net/aspose.tasks.riskanalysis/riskpatterncollection/)|Represents a collection containing the instances of the [RiskPattern](/tasks/python-net/aspose.tasks.riskanalysis/riskpattern/) class.|
2323
## Enumerations
2424
| Enumeration | Description |
2525
| :- | :- |

english/python-net/aspose.tasks.riskanalysis/riskanalysisresult/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The RiskAnalysisResult type exposes the following members:
1717
| :- | :- |
1818
|save_report(stream)|Saves the risk analysis report to the stream in PDF format.|
1919
|save_report(file_name)|Saves the risk analysis report to the specified file path in PDF format.|
20-
|get_risk_items(item_type)|Returns an instance of the|
20+
|get_risk_items(item_type)|Returns an instance of the [RiskItemStatisticsCollection](/tasks/python-net/aspose.tasks.riskanalysis/riskitemstatisticscollection/) for the specified risk type.|
2121

2222
### See Also
2323

english/python-net/aspose.tasks.riskanalysis/riskanalysissettings/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The RiskAnalysisSettings type exposes the following members:
2020
| Name | Description |
2121
| :- | :- |
2222
|iterations_count|Gets or sets the number of iterations to use in Monte Carlo simulation.<br/> The default value is 100.|
23-
|patterns|Gets a collection containing the instances of the|
23+
|patterns|Gets a collection containing the instances of the [RiskPattern](/tasks/python-net/aspose.tasks.riskanalysis/riskpattern/) class.|
2424

2525
### See Also
2626

english/python-net/aspose.tasks.riskanalysis/riskanalyzer/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ The RiskAnalyzer type exposes the following members:
1919
## Properties
2020
| Name | Description |
2121
| :- | :- |
22-
|settings|Gets or sets the instance of the|
22+
|settings|Gets or sets the instance of the [RiskAnalysisSettings](/tasks/python-net/aspose.tasks.riskanalysis/riskanalysissettings/) class which defines necessary settings for risk analysis.|
2323
## Methods
2424
| Name | Description |
2525
| :- | :- |
26-
|analyze(project)|Performs risk analysis for the specified project. The analysis is based on Monte Carlo simulation and the result is an instance of the|
26+
|analyze(project)|Performs risk analysis for the specified project. The analysis is based on Monte Carlo simulation and the result is an instance of the [RiskAnalysisResult](/tasks/python-net/aspose.tasks.riskanalysis/riskanalysisresult/) class.|
2727

2828
### See Also
2929

english/python-net/aspose.tasks.riskanalysis/riskitemstatistics/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The RiskItemStatistics type exposes the following members:
1515
## Properties
1616
| Name | Description |
1717
| :- | :- |
18-
|item_type|Gets an instance of the|
18+
|item_type|Gets an instance of the [RiskItemType](/tasks/python-net/aspose.tasks.riskanalysis/riskitemtype/) enumeration.|
1919
|minimum|Gets the minimum value which was generated during Monte Carlo simulation.|
2020
|maximum|Gets the maximum value which was generated during Monte Carlo simulation.|
2121
|expected_value|Gets the expected value of the risk item.|

english/python-net/aspose.tasks.riskanalysis/riskitemstatisticscollection/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ url: /python-net/aspose.tasks.riskanalysis/riskitemstatisticscollection/
99

1010
## RiskItemStatisticsCollection class
1111

12-
Represents a collection containing the instances of the
12+
Represents a collection containing the instances of the [RiskItemStatistics](/tasks/python-net/aspose.tasks.riskanalysis/riskitemstatistics/) class.
1313

1414
The RiskItemStatisticsCollection type exposes the following members:
1515
## Methods
1616
| Name | Description |
1717
| :- | :- |
18-
|get(task)|Returns an instance of the|
18+
|get(task)|Returns an instance of the [RiskItemStatistics](/tasks/python-net/aspose.tasks.riskanalysis/riskitemstatistics/) class containing in this collection which is associated with the specified Task object; null if the item is not found.|
1919

2020
### See Also
2121

0 commit comments

Comments
 (0)