Skip to content

Commit c65530e

Browse files
authored
Merge pull request #72 from aspose-tasks/main
Updated API Reference for Aspose.Tasks for .NET to 24.9.
2 parents 4662606 + d41934d commit c65530e

File tree

2,508 files changed

+20280
-20152
lines changed

Some content is hidden

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

2,508 files changed

+20280
-20152
lines changed

english/net/_index.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ is_root: true
1111

1212
| Namespace | Description |
1313
| --- | --- |
14-
| [Aspose.Tasks](./aspose.tasks) | Contains classes for work with Microsoft Project documents without utilizing Microsoft Project. |
15-
| [Aspose.Tasks.Attributes](./aspose.tasks.attributes) | |
16-
| [Aspose.Tasks.Connectivity](./aspose.tasks.connectivity) | Contains classes for working with Databases. |
17-
| [Aspose.Tasks.Leveling](./aspose.tasks.leveling) | Contains classes necessary to work with resource leveling. |
18-
| [Aspose.Tasks.Primavera](./aspose.tasks.primavera) | Contains classes necessary to work with Primavera-specific formats (XER, Primavera XML). |
19-
| [Aspose.Tasks.Properties](./aspose.tasks.properties) | Contains classes for working with properties. |
20-
| [Aspose.Tasks.RiskAnalysis](./aspose.tasks.riskanalysis) | Contains classes for creating Risk Analysis Report. |
21-
| [Aspose.Tasks.Saving](./aspose.tasks.saving) | Contains classes for saving a project to different formats. |
22-
| [Aspose.Tasks.Util](./aspose.tasks.util) | Contains useful static methods. |
23-
| [Aspose.Tasks.Visualization](./aspose.tasks.visualization) | Contains helper classes for rendering. |
14+
| [Aspose.Tasks](./aspose.tasks/) | Contains classes for work with Microsoft Project documents without utilizing Microsoft Project. |
15+
| [Aspose.Tasks.Attributes](./aspose.tasks.attributes/) | |
16+
| [Aspose.Tasks.Connectivity](./aspose.tasks.connectivity/) | Contains classes for working with Databases. |
17+
| [Aspose.Tasks.Leveling](./aspose.tasks.leveling/) | Contains classes necessary to work with resource leveling. |
18+
| [Aspose.Tasks.Primavera](./aspose.tasks.primavera/) | Contains classes necessary to work with Primavera-specific formats (XER, Primavera XML). |
19+
| [Aspose.Tasks.Properties](./aspose.tasks.properties/) | Contains classes for working with properties. |
20+
| [Aspose.Tasks.RiskAnalysis](./aspose.tasks.riskanalysis/) | Contains classes for creating Risk Analysis Report. |
21+
| [Aspose.Tasks.Saving](./aspose.tasks.saving/) | Contains classes for saving a project to different formats. |
22+
| [Aspose.Tasks.Util](./aspose.tasks.util/) | Contains useful static methods. |
23+
| [Aspose.Tasks.Visualization](./aspose.tasks.visualization/) | Contains helper classes for rendering. |
24+
2425

25-
<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Tasks.dll -->

english/net/aspose.tasks.attributes/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ url: /net/aspose.tasks.attributes/
1212

1313
| Class | Description |
1414
| --- | --- |
15-
| [EntityFieldAttribute](./entityfieldattribute) | Represents an attribute for entity properties. |
15+
| [EntityFieldAttribute](./entityfieldattribute/) | Represents an attribute for entity properties. |
16+
1617

17-
<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Tasks.dll -->

english/net/aspose.tasks.attributes/entityfieldattribute/_index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: EntityFieldAttribute
2+
title: Class EntityFieldAttribute
33
second_title: Aspose.Tasks for .NET API Reference
4-
description: Represents an attribute for entity properties.
4+
description: Aspose.Tasks.Attributes.EntityFieldAttribute class. Represents an attribute for entity properties
55
type: docs
66
weight: 70
77
url: /net/aspose.tasks.attributes/entityfieldattribute/
@@ -19,13 +19,13 @@ public class EntityFieldAttribute : Attribute
1919

2020
| Name | Description |
2121
| --- | --- |
22-
| [EntityFieldAttribute](entityfieldattribute)() | The default constructor. |
22+
| [EntityFieldAttribute](entityfieldattribute/)() | The default constructor. |
2323

24-
### Remarks
24+
## Remarks
2525

26-
Attribute used for [`Task`](../../aspose.tasks/task), [`Resource`](../../aspose.tasks/resource), [`Project`](../../aspose.tasks/project) and [`ResourceAssignment`](../../aspose.tasks/resourceassignment) entity properties only, and simplifies it's enumeration.
26+
Attribute used for [`Task`](../../aspose.tasks/task/), [`Resource`](../../aspose.tasks/resource/), [`Project`](../../aspose.tasks/project/) and [`ResourceAssignment`](../../aspose.tasks/resourceassignment/) entity properties only, and simplifies it's enumeration.
2727

28-
### Examples
28+
## Examples
2929

3030
How to enumerate properties using **EntityField** attribute:
3131

@@ -44,7 +44,7 @@ foreach (var task in project.SelectAllChildTasks())
4444

4545
### See Also
4646

47-
* namespace [Aspose.Tasks.Attributes](../../aspose.tasks.attributes)
47+
* namespace [Aspose.Tasks.Attributes](../../aspose.tasks.attributes/)
4848
* assembly [Aspose.Tasks](../../)
4949

50-
<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Tasks.dll -->
50+

english/net/aspose.tasks.attributes/entityfieldattribute/entityfieldattribute/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: EntityFieldAttribute
2+
title: EntityFieldAttribute.EntityFieldAttribute
33
second_title: Aspose.Tasks for .NET API Reference
4-
description: The default constructor.
4+
description: EntityFieldAttribute constructor. The default constructor
55
type: docs
66
weight: 10
77
url: /net/aspose.tasks.attributes/entityfieldattribute/entityfieldattribute/
@@ -16,8 +16,8 @@ public EntityFieldAttribute()
1616

1717
### See Also
1818

19-
* class [EntityFieldAttribute](../../entityfieldattribute)
20-
* namespace [Aspose.Tasks.Attributes](../../entityfieldattribute)
19+
* class [EntityFieldAttribute](../)
20+
* namespace [Aspose.Tasks.Attributes](../../entityfieldattribute/)
2121
* assembly [Aspose.Tasks](../../../)
2222

23-
<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Tasks.dll -->
23+
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Aspose.Tasks.Connectivity
33
second_title: Aspose.Tasks for .NET API Reference
4-
description: Contains classes for working with Databases.
4+
description: Contains classes for working with Databases
55
type: docs
66
weight: 30
77
url: /net/aspose.tasks.connectivity/
@@ -12,9 +12,9 @@ Contains classes for working with Databases.
1212

1313
| Class | Description |
1414
| --- | --- |
15-
| [DbSettings](./dbsettings) | Allows to specify settings to read from project database. |
16-
| [MpdSettings](./mpdsettings) | Allows to set necessary options to read project data from MPD format (MS Access database file format). |
17-
| [MspDbSettings](./mspdbsettings) | Allows to set necessary options to read project data from MS Project Server database. |
18-
| [PrimaveraDbSettings](./primaveradbsettings) | Allows to set necessary options to read project data from Primavera database. |
15+
| [DbSettings](./dbsettings/) | Allows to specify settings to read from project database. |
16+
| [MpdSettings](./mpdsettings/) | Allows to set necessary options to read project data from MPD format (MS Access database file format). |
17+
| [MspDbSettings](./mspdbsettings/) | Allows to set necessary options to read project data from MS Project Server database. |
18+
| [PrimaveraDbSettings](./primaveradbsettings/) | Allows to set necessary options to read project data from Primavera database. |
19+
1920

20-
<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Tasks.dll -->

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: DbSettings
2+
title: Class DbSettings
33
second_title: Aspose.Tasks for .NET API Reference
4-
description: Allows to specify settings to read from project database.
4+
description: Aspose.Tasks.Connectivity.DbSettings class. Allows to specify settings to read from project database
55
type: docs
66
weight: 290
77
url: /net/aspose.tasks.connectivity/dbsettings/
@@ -18,10 +18,10 @@ public abstract class DbSettings
1818

1919
| Name | Description |
2020
| --- | --- |
21-
| [ConnectionString](../../aspose.tasks.connectivity/dbsettings/connectionstring) { get; set; } | Gets or sets the connection string. |
22-
| [ProviderInvariantName](../../aspose.tasks.connectivity/dbsettings/providerinvariantname) { getset; } | Gets or sets provider invariant name which is used to get an instance of the DbProviderFactory class. Default value is SqlClient. |
21+
| [ConnectionString](../../aspose.tasks.connectivity/dbsettings/connectionstring/) { get; set; } | Gets or sets the connection string. |
22+
| [ProviderInvariantName](../../aspose.tasks.connectivity/dbsettings/providerinvariantname/) { getset; } | Gets or sets provider invariant name which is used to get an instance of the DbProviderFactory class. Default value is SqlClient. |
2323

24-
### Examples
24+
## Examples
2525

2626
Shows how to read a project from a Primavera XML file with multiple projects by using a provider name.
2727

@@ -41,7 +41,7 @@ project.Save(OutDir + "SupportForSQLiteDatabase_out.mpp", SaveFileFormat.Mpp);
4141

4242
### See Also
4343

44-
* namespace [Aspose.Tasks.Connectivity](../../aspose.tasks.connectivity)
44+
* namespace [Aspose.Tasks.Connectivity](../../aspose.tasks.connectivity/)
4545
* assembly [Aspose.Tasks](../../)
4646

47-
<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Tasks.dll -->
47+

english/net/aspose.tasks.connectivity/dbsettings/connectionstring/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: ConnectionString
2+
title: DbSettings.ConnectionString
33
second_title: Aspose.Tasks for .NET API Reference
4-
description: Gets or sets the connection string.
4+
description: DbSettings property. Gets or sets the connection string
55
type: docs
66
weight: 10
77
url: /net/aspose.tasks.connectivity/dbsettings/connectionstring/
@@ -14,7 +14,7 @@ Gets or sets the connection string.
1414
public string ConnectionString { get; set; }
1515
```
1616

17-
### Examples
17+
## Examples
1818

1919
Shows how to read a project from a Primavera XML file with multiple projects by using a provider name.
2020

@@ -34,8 +34,8 @@ project.Save(OutDir + "SupportForSQLiteDatabase_out.mpp", SaveFileFormat.Mpp);
3434

3535
### See Also
3636

37-
* class [DbSettings](../../dbsettings)
38-
* namespace [Aspose.Tasks.Connectivity](../../dbsettings)
37+
* class [DbSettings](../)
38+
* namespace [Aspose.Tasks.Connectivity](../../dbsettings/)
3939
* assembly [Aspose.Tasks](../../../)
4040

41-
<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Tasks.dll -->
41+

english/net/aspose.tasks.connectivity/dbsettings/providerinvariantname/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: ProviderInvariantName
2+
title: DbSettings.ProviderInvariantName
33
second_title: Aspose.Tasks for .NET API Reference
4-
description: Gets or sets provider invariant name which is used to get an instance of the DbProviderFactory class. Default value is SqlClient.
4+
description: DbSettings property. Gets or sets provider invariant name which is used to get an instance of the DbProviderFactory class. Default value is SqlClient
55
type: docs
66
weight: 20
77
url: /net/aspose.tasks.connectivity/dbsettings/providerinvariantname/
@@ -14,7 +14,7 @@ Gets or sets provider invariant name which is used to get an instance of the DbP
1414
public string ProviderInvariantName { get; set; }
1515
```
1616

17-
### Examples
17+
## Examples
1818

1919
Shows how to read a project from a Primavera XML file with multiple projects by using a provider name.
2020

@@ -34,8 +34,8 @@ project.Save(OutDir + "SupportForSQLiteDatabase_out.mpp", SaveFileFormat.Mpp);
3434

3535
### See Also
3636

37-
* class [DbSettings](../../dbsettings)
38-
* namespace [Aspose.Tasks.Connectivity](../../dbsettings)
37+
* class [DbSettings](../)
38+
* namespace [Aspose.Tasks.Connectivity](../../dbsettings/)
3939
* assembly [Aspose.Tasks](../../../)
4040

41-
<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Tasks.dll -->
41+

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: MpdSettings
2+
title: Class MpdSettings
33
second_title: Aspose.Tasks for .NET API Reference
4-
description: Allows to set necessary options to read project data from MPD format MS Access database file format.
4+
description: Aspose.Tasks.Connectivity.MpdSettings class. Allows to set necessary options to read project data from MPD format MS Access database file format
55
type: docs
66
weight: 300
77
url: /net/aspose.tasks.connectivity/mpdsettings/
@@ -18,17 +18,17 @@ public class MpdSettings : DbSettings
1818

1919
| Name | Description |
2020
| --- | --- |
21-
| [MpdSettings](mpdsettings)(stringint) | Initializes a new instance of the [`MpdSettings`](../mpdsettings) class. |
21+
| [MpdSettings](mpdsettings/)(stringint) | Initializes a new instance of the `MpdSettings` class. |
2222

2323
## Properties
2424

2525
| Name | Description |
2626
| --- | --- |
27-
| [ConnectionString](../../aspose.tasks.connectivity/dbsettings/connectionstring) { get; set; } | Gets or sets the connection string. |
28-
| [ProjectId](../../aspose.tasks.connectivity/mpdsettings/projectid) { get; } | Gets id of the project to read. |
29-
| [ProviderInvariantName](../../aspose.tasks.connectivity/dbsettings/providerinvariantname) { getset; } | Gets or sets provider invariant name which is used to get an instance of the DbProviderFactory class. Default value is SqlClient. |
27+
| [ConnectionString](../../aspose.tasks.connectivity/dbsettings/connectionstring/) { get; set; } | Gets or sets the connection string. |
28+
| [ProjectId](../../aspose.tasks.connectivity/mpdsettings/projectid/) { get; } | Gets id of the project to read. |
29+
| [ProviderInvariantName](../../aspose.tasks.connectivity/dbsettings/providerinvariantname/) { getset; } | Gets or sets provider invariant name which is used to get an instance of the DbProviderFactory class. Default value is SqlClient. |
3030

31-
### Examples
31+
## Examples
3232

3333
Shows how to use MPD settings to control import of project from the database.
3434

@@ -43,8 +43,8 @@ Console.WriteLine(project.Get(Prj.Name));
4343

4444
### See Also
4545

46-
* class [DbSettings](../dbsettings)
47-
* namespace [Aspose.Tasks.Connectivity](../../aspose.tasks.connectivity)
46+
* class [DbSettings](../dbsettings/)
47+
* namespace [Aspose.Tasks.Connectivity](../../aspose.tasks.connectivity/)
4848
* assembly [Aspose.Tasks](../../)
4949

50-
<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Tasks.dll -->
50+
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: MpdSettings
2+
title: MpdSettings.MpdSettings
33
second_title: Aspose.Tasks for .NET API Reference
4-
description: Initializes a new instance of the MpdSettingsaspose.tasks.connectivity/mpdsettings class.
4+
description: MpdSettings constructor. Initializes a new instance of the MpdSettings class
55
type: docs
66
weight: 10
77
url: /net/aspose.tasks.connectivity/mpdsettings/mpdsettings/
88
---
99
## MpdSettings constructor
1010

11-
Initializes a new instance of the [`MpdSettings`](../../mpdsettings) class.
11+
Initializes a new instance of the [`MpdSettings`](../) class.
1212

1313
```csharp
1414
public MpdSettings(string connectionString, int projectId)
@@ -19,7 +19,7 @@ public MpdSettings(string connectionString, int projectId)
1919
| connectionString | String | the specified connection string. |
2020
| projectId | Int32 | the specified id of a project to read. |
2121

22-
### Examples
22+
## Examples
2323

2424
Shows how to read a project from an MPD file.
2525

@@ -31,8 +31,8 @@ Console.WriteLine(project.Get(Prj.Name));
3131

3232
### See Also
3333

34-
* class [MpdSettings](../../mpdsettings)
35-
* namespace [Aspose.Tasks.Connectivity](../../mpdsettings)
34+
* class [MpdSettings](../)
35+
* namespace [Aspose.Tasks.Connectivity](../../mpdsettings/)
3636
* assembly [Aspose.Tasks](../../../)
3737

38-
<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Tasks.dll -->
38+

0 commit comments

Comments
 (0)