-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated API Reference for Aspose.Tasks for .NET to 24.7.
- Loading branch information
Vasiliy Sinitsyn
committed
Jul 26, 2024
1 parent
13a4e77
commit 47ec54c
Showing
238 changed files
with
363 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
english/net/aspose.tasks.primavera/primaveraprojectinfo/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 --> |
23 changes: 23 additions & 0 deletions
23
english/net/aspose.tasks.primavera/primaveraprojectinfo/exportflag/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 --> |
23 changes: 23 additions & 0 deletions
23
english/net/aspose.tasks.primavera/primaveraprojectinfo/name/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 --> |
23 changes: 23 additions & 0 deletions
23
english/net/aspose.tasks.primavera/primaveraprojectinfo/uid/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.