Skip to content

Commit

Permalink
Merge pull request #67 from aspose-tasks/main
Browse files Browse the repository at this point in the history
Updated API Reference for Aspose.Tasks for .NET to 24.7.
  • Loading branch information
sva1000 authored Jul 26, 2024
2 parents 62db301 + 47ec54c commit 23d4d15
Show file tree
Hide file tree
Showing 238 changed files with 363 additions and 232 deletions.
5 changes: 5 additions & 0 deletions english/net/aspose.tasks.primavera/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ url: /net/aspose.tasks.primavera/
---
Contains classes necessary to work with Primavera-specific formats (XER, Primavera XML).

## Classes

| Class | Description |
| --- | --- |
| [PrimaveraProjectInfo](./primaveraprojectinfo) | Represents short info about a project loaded from Primavera format. |
## Enumeration

| Enumeration | Description |
Expand Down
30 changes: 30 additions & 0 deletions english/net/aspose.tasks.primavera/primaveraprojectinfo/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: PrimaveraProjectInfo
second_title: Aspose.Tasks for .NET API Reference
description: Represents short info about a project loaded from Primavera format.
type: docs
weight: 1230
url: /net/aspose.tasks.primavera/primaveraprojectinfo/
---
## PrimaveraProjectInfo class

Represents short info about a project loaded from Primavera format.

```csharp
public sealed class PrimaveraProjectInfo
```

## Properties

| Name | Description |
| --- | --- |
| [ExportFlag](../../aspose.tasks.primavera/primaveraprojectinfo/exportflag) { get; } | Gets project's export flag. When a project is selected for export in Primavera, its ExportFlag is true. Some projects not explicitly selected for export may be exported to an XER file due to their relationship to the exported project. |
| [Name](../../aspose.tasks.primavera/primaveraprojectinfo/name) { get; } | Gets project's name. |
| [Uid](../../aspose.tasks.primavera/primaveraprojectinfo/uid) { get; } | Gets project's Uid. |

### See Also

* namespace [Aspose.Tasks.Primavera](../../aspose.tasks.primavera)
* assembly [Aspose.Tasks](../../)

<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Tasks.dll -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: ExportFlag
second_title: Aspose.Tasks for .NET API Reference
description: Gets projects export flag. When a project is selected for export in Primavera its ExportFlag is true. Some projects not explicitly selected for export may be exported to an XER file due to their relationship to the exported project.
type: docs
weight: 10
url: /net/aspose.tasks.primavera/primaveraprojectinfo/exportflag/
---
## PrimaveraProjectInfo.ExportFlag property

Gets project's export flag. When a project is selected for export in Primavera, its ExportFlag is true. Some projects not explicitly selected for export may be exported to an XER file due to their relationship to the exported project.

```csharp
public bool ExportFlag { get; }
```

### See Also

* class [PrimaveraProjectInfo](../../primaveraprojectinfo)
* namespace [Aspose.Tasks.Primavera](../../primaveraprojectinfo)
* assembly [Aspose.Tasks](../../../)

<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Tasks.dll -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Name
second_title: Aspose.Tasks for .NET API Reference
description: Gets projects name.
type: docs
weight: 20
url: /net/aspose.tasks.primavera/primaveraprojectinfo/name/
---
## PrimaveraProjectInfo.Name property

Gets project's name.

```csharp
public string Name { get; }
```

### See Also

* class [PrimaveraProjectInfo](../../primaveraprojectinfo)
* namespace [Aspose.Tasks.Primavera](../../primaveraprojectinfo)
* assembly [Aspose.Tasks](../../../)

<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Tasks.dll -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Uid
second_title: Aspose.Tasks for .NET API Reference
description: Gets projects Uid.
type: docs
weight: 30
url: /net/aspose.tasks.primavera/primaveraprojectinfo/uid/
---
## PrimaveraProjectInfo.Uid property

Gets project's Uid.

```csharp
public int Uid { get; }
```

### See Also

* class [PrimaveraProjectInfo](../../primaveraprojectinfo)
* namespace [Aspose.Tasks.Primavera](../../primaveraprojectinfo)
* assembly [Aspose.Tasks](../../../)

<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Tasks.dll -->
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PrimaveraRelationshipLagCalendar
second_title: Aspose.Tasks for .NET API Reference
description: Specifies which calendar to use for scheduling Relationship Lag in Primavera projects.
type: docs
weight: 1230
weight: 1240
url: /net/aspose.tasks.primavera/primaverarelationshiplagcalendar/
---
## PrimaveraRelationshipLagCalendar enumeration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: BuiltInProjectProperty
second_title: Aspose.Tasks for .NET API Reference
description: Represents a builtin property.
type: docs
weight: 1400
weight: 1410
url: /net/aspose.tasks.properties/builtinprojectproperty/
---
## BuiltInProjectProperty class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: BuiltInProjectPropertyCollection
second_title: Aspose.Tasks for .NET API Reference
description: Represents a collection of builtin project properties.
type: docs
weight: 1410
weight: 1420
url: /net/aspose.tasks.properties/builtinprojectpropertycollection/
---
## BuiltInProjectPropertyCollection class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CustomProjectProperty
second_title: Aspose.Tasks for .NET API Reference
description: Represents a custom property.
type: docs
weight: 1420
weight: 1430
url: /net/aspose.tasks.properties/customprojectproperty/
---
## CustomProjectProperty class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CustomProjectPropertyCollection
second_title: Aspose.Tasks for .NET API Reference
description: Represents a collection of custom project properties.
type: docs
weight: 1430
weight: 1440
url: /net/aspose.tasks.properties/customprojectpropertycollection/
---
## CustomProjectPropertyCollection class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CustomPropertyType
second_title: Aspose.Tasks for .NET API Reference
description: Represents a custom property type enumeration.
type: docs
weight: 1440
weight: 1450
url: /net/aspose.tasks.properties/custompropertytype/
---
## CustomPropertyType enumeration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: GenericPropertyTKey
second_title: Aspose.Tasks for .NET API Reference
description: Represents a container property.
type: docs
weight: 1450
weight: 1460
url: /net/aspose.tasks.properties/genericproperty-1/
---
## GenericProperty&lt;TKey&gt; structure
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.tasks.properties/property/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Property
second_title: Aspose.Tasks for .NET API Reference
description: Represents a base class of a property.
type: docs
weight: 1460
weight: 1470
url: /net/aspose.tasks.properties/property/
---
## Property class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PropertyCollectionT
second_title: Aspose.Tasks for .NET API Reference
description: A base class of collection of properties.
type: docs
weight: 1470
weight: 1480
url: /net/aspose.tasks.properties/propertycollection-1/
---
## PropertyCollection&lt;T&gt; class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PropertyKeyedCollectionT
second_title: Aspose.Tasks for .NET API Reference
description: A base class of collection of properties.
type: docs
weight: 1480
weight: 1490
url: /net/aspose.tasks.properties/propertykeyedcollection-1/
---
## PropertyKeyedCollection&lt;T&gt; class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ConfidenceLevel
second_title: Aspose.Tasks for .NET API Reference
description: Specifies supported confidence levels used in risk analysis that correspond to the percentage of the time the actual values will be within optimistic and pessimistic estimates.
type: docs
weight: 1720
weight: 1730
url: /net/aspose.tasks.riskanalysis/confidencelevel/
---
## ConfidenceLevel enumeration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ProbabilityDistributionType
second_title: Aspose.Tasks for .NET API Reference
description: Specifies types of supported probability distributions.
type: docs
weight: 1730
weight: 1740
url: /net/aspose.tasks.riskanalysis/probabilitydistributiontype/
---
## ProbabilityDistributionType enumeration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: RiskAnalysisResult
second_title: Aspose.Tasks for .NET API Reference
description: Represents a result of risk analysis.
type: docs
weight: 1740
weight: 1750
url: /net/aspose.tasks.riskanalysis/riskanalysisresult/
---
## RiskAnalysisResult class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: RiskAnalysisSettings
second_title: Aspose.Tasks for .NET API Reference
description: Specifies settings for performing risk analysis.
type: docs
weight: 1750
weight: 1760
url: /net/aspose.tasks.riskanalysis/riskanalysissettings/
---
## RiskAnalysisSettings class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: RiskAnalyzer
second_title: Aspose.Tasks for .NET API Reference
description: Performs a Monte Carlo simulation based on the specified risk analysis settings.
type: docs
weight: 1760
weight: 1770
url: /net/aspose.tasks.riskanalysis/riskanalyzer/
---
## RiskAnalyzer class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: RiskItemStatistics
second_title: Aspose.Tasks for .NET API Reference
description: Represents an item which stores statistical data for the task of the analyzed project.
type: docs
weight: 1770
weight: 1780
url: /net/aspose.tasks.riskanalysis/riskitemstatistics/
---
## RiskItemStatistics class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: RiskItemStatisticsCollection
second_title: Aspose.Tasks for .NET API Reference
description: Represents a collection containing the instances of the RiskItemStatistics./riskitemstatistics class.
type: docs
weight: 1780
weight: 1790
url: /net/aspose.tasks.riskanalysis/riskitemstatisticscollection/
---
## RiskItemStatisticsCollection class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: RiskItemType
second_title: Aspose.Tasks for .NET API Reference
description: Specifies task fields for which the statistical information is gathered during risk analysis.
type: docs
weight: 1790
weight: 1800
url: /net/aspose.tasks.riskanalysis/riskitemtype/
---
## RiskItemType enumeration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: RiskPattern
second_title: Aspose.Tasks for .NET API Reference
description: Represents a risk pattern for a project task.
type: docs
weight: 1800
weight: 1810
url: /net/aspose.tasks.riskanalysis/riskpattern/
---
## RiskPattern class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: RiskPatternCollection
second_title: Aspose.Tasks for .NET API Reference
description: Represents a collection containing the instances of the RiskPattern./riskpattern class.
type: docs
weight: 1810
weight: 1820
url: /net/aspose.tasks.riskanalysis/riskpatterncollection/
---
## RiskPatternCollection class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.tasks.saving/csvoptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CsvOptions
second_title: Aspose.Tasks for .NET API Reference
description: Allows to specify additional options when saving project to CSV.
type: docs
weight: 1850
weight: 1860
url: /net/aspose.tasks.saving/csvoptions/
---
## CsvOptions class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.tasks.saving/csvtextdelimiter/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CsvTextDelimiter
second_title: Aspose.Tasks for .NET API Reference
description: Text delimiter for CSV format.
type: docs
weight: 1860
weight: 1870
url: /net/aspose.tasks.saving/csvtextdelimiter/
---
## CsvTextDelimiter enumeration
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.tasks.saving/datacategory/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: DataCategory
second_title: Aspose.Tasks for .NET API Reference
description: The category of data used when saving to CSV.
type: docs
weight: 1870
weight: 1880
url: /net/aspose.tasks.saving/datacategory/
---
## DataCategory enumeration
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.tasks.saving/htmlsaveoptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: HtmlSaveOptions
second_title: Aspose.Tasks for .NET API Reference
description: Allows to specify additional options when rendering project pages to HTML.
type: docs
weight: 1880
weight: 1890
url: /net/aspose.tasks.saving/htmlsaveoptions/
---
## HtmlSaveOptions class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.tasks.saving/imagesaveoptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ImageSaveOptions
second_title: Aspose.Tasks for .NET API Reference
description: Allows to specify additional options when rendering project pages to images.
type: docs
weight: 1900
weight: 1910
url: /net/aspose.tasks.saving/imagesaveoptions/
---
## ImageSaveOptions class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IPageSavingCallback
second_title: Aspose.Tasks for .NET API Reference
description: Represents a callback that is called when each page in multi page document is saved to a separate stream.
type: docs
weight: 1890
weight: 1900
url: /net/aspose.tasks.saving/ipagesavingcallback/
---
## IPageSavingCallback interface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: LegendDrawingOptions
second_title: Aspose.Tasks for .NET API Reference
description: Specifies the possible options used when rendering views legend.
type: docs
weight: 1910
weight: 1920
url: /net/aspose.tasks.saving/legenddrawingoptions/
---
## LegendDrawingOptions enumeration
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.tasks.saving/mppsaveoptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: MPPSaveOptions
second_title: Aspose.Tasks for .NET API Reference
description: Allows to specify additional options when saving project data to MPP.
type: docs
weight: 1920
weight: 1930
url: /net/aspose.tasks.saving/mppsaveoptions/
---
## MPPSaveOptions class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.tasks.saving/pagesavingargs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PageSavingArgs
second_title: Aspose.Tasks for .NET API Reference
description: This class represents set of data that related to saving of documents page to a stream.
type: docs
weight: 1930
weight: 1940
url: /net/aspose.tasks.saving/pagesavingargs/
---
## PageSavingArgs class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.tasks.saving/pdfcompliance/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PdfCompliance
second_title: Aspose.Tasks for .NET API Reference
description: Specifies the PDF compliance level to output file.
type: docs
weight: 1940
weight: 1950
url: /net/aspose.tasks.saving/pdfcompliance/
---
## PdfCompliance enumeration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PdfDigitalSignatureDetails
second_title: Aspose.Tasks for .NET API Reference
description: Contains details for a PDF digital signature.
type: docs
weight: 1950
weight: 1960
url: /net/aspose.tasks.saving/pdfdigitalsignaturedetails/
---
## PdfDigitalSignatureDetails class
Expand Down
Loading

0 comments on commit 23d4d15

Please sign in to comment.