Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
22 changes: 11 additions & 11 deletions english/net/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ is_root: true

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


<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Tasks.dll -->
4 changes: 2 additions & 2 deletions english/net/aspose.tasks.attributes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ url: /net/aspose.tasks.attributes/

| Class | Description |
| --- | --- |
| [EntityFieldAttribute](./entityfieldattribute) | Represents an attribute for entity properties. |
| [EntityFieldAttribute](./entityfieldattribute/) | Represents an attribute for entity properties. |


<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Tasks.dll -->
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: EntityFieldAttribute
title: Class EntityFieldAttribute
second_title: Aspose.Tasks for .NET API Reference
description: Represents an attribute for entity properties.
description: Aspose.Tasks.Attributes.EntityFieldAttribute class. Represents an attribute for entity properties
type: docs
weight: 70
url: /net/aspose.tasks.attributes/entityfieldattribute/
Expand All @@ -19,13 +19,13 @@ public class EntityFieldAttribute : Attribute

| Name | Description |
| --- | --- |
| [EntityFieldAttribute](entityfieldattribute)() | The default constructor. |
| [EntityFieldAttribute](entityfieldattribute/)() | The default constructor. |

### Remarks
## Remarks

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.
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.

### Examples
## Examples

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

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

### See Also

* namespace [Aspose.Tasks.Attributes](../../aspose.tasks.attributes)
* namespace [Aspose.Tasks.Attributes](../../aspose.tasks.attributes/)
* assembly [Aspose.Tasks](../../)

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

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: EntityFieldAttribute
title: EntityFieldAttribute.EntityFieldAttribute
second_title: Aspose.Tasks for .NET API Reference
description: The default constructor.
description: EntityFieldAttribute constructor. The default constructor
type: docs
weight: 10
url: /net/aspose.tasks.attributes/entityfieldattribute/entityfieldattribute/
Expand All @@ -16,8 +16,8 @@ public EntityFieldAttribute()

### See Also

* class [EntityFieldAttribute](../../entityfieldattribute)
* namespace [Aspose.Tasks.Attributes](../../entityfieldattribute)
* class [EntityFieldAttribute](../)
* namespace [Aspose.Tasks.Attributes](../../entityfieldattribute/)
* assembly [Aspose.Tasks](../../../)

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

12 changes: 6 additions & 6 deletions english/net/aspose.tasks.connectivity/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Aspose.Tasks.Connectivity
second_title: Aspose.Tasks for .NET API Reference
description: Contains classes for working with Databases.
description: Contains classes for working with Databases
type: docs
weight: 30
url: /net/aspose.tasks.connectivity/
Expand All @@ -12,9 +12,9 @@ Contains classes for working with Databases.

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


<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Tasks.dll -->
14 changes: 7 additions & 7 deletions english/net/aspose.tasks.connectivity/dbsettings/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: DbSettings
title: Class DbSettings
second_title: Aspose.Tasks for .NET API Reference
description: Allows to specify settings to read from project database.
description: Aspose.Tasks.Connectivity.DbSettings class. Allows to specify settings to read from project database
type: docs
weight: 290
url: /net/aspose.tasks.connectivity/dbsettings/
Expand All @@ -18,10 +18,10 @@ public abstract class DbSettings

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

### Examples
## Examples

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

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

### See Also

* namespace [Aspose.Tasks.Connectivity](../../aspose.tasks.connectivity)
* namespace [Aspose.Tasks.Connectivity](../../aspose.tasks.connectivity/)
* assembly [Aspose.Tasks](../../)

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

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: ConnectionString
title: DbSettings.ConnectionString
second_title: Aspose.Tasks for .NET API Reference
description: Gets or sets the connection string.
description: DbSettings property. Gets or sets the connection string
type: docs
weight: 10
url: /net/aspose.tasks.connectivity/dbsettings/connectionstring/
Expand All @@ -14,7 +14,7 @@ Gets or sets the connection string.
public string ConnectionString { get; set; }
```

### Examples
## Examples

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

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

### See Also

* class [DbSettings](../../dbsettings)
* namespace [Aspose.Tasks.Connectivity](../../dbsettings)
* class [DbSettings](../)
* namespace [Aspose.Tasks.Connectivity](../../dbsettings/)
* assembly [Aspose.Tasks](../../../)

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

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: ProviderInvariantName
title: DbSettings.ProviderInvariantName
second_title: Aspose.Tasks for .NET API Reference
description: Gets or sets provider invariant name which is used to get an instance of the DbProviderFactory class. Default value is SqlClient.
description: DbSettings property. Gets or sets provider invariant name which is used to get an instance of the DbProviderFactory class. Default value is SqlClient
type: docs
weight: 20
url: /net/aspose.tasks.connectivity/dbsettings/providerinvariantname/
Expand All @@ -14,7 +14,7 @@ Gets or sets provider invariant name which is used to get an instance of the DbP
public string ProviderInvariantName { get; set; }
```

### Examples
## Examples

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

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

### See Also

* class [DbSettings](../../dbsettings)
* namespace [Aspose.Tasks.Connectivity](../../dbsettings)
* class [DbSettings](../)
* namespace [Aspose.Tasks.Connectivity](../../dbsettings/)
* assembly [Aspose.Tasks](../../../)

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

20 changes: 10 additions & 10 deletions english/net/aspose.tasks.connectivity/mpdsettings/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: MpdSettings
title: Class MpdSettings
second_title: Aspose.Tasks for .NET API Reference
description: Allows to set necessary options to read project data from MPD format MS Access database file format.
description: Aspose.Tasks.Connectivity.MpdSettings class. Allows to set necessary options to read project data from MPD format MS Access database file format
type: docs
weight: 300
url: /net/aspose.tasks.connectivity/mpdsettings/
Expand All @@ -18,17 +18,17 @@ public class MpdSettings : DbSettings

| Name | Description |
| --- | --- |
| [MpdSettings](mpdsettings)(string, int) | Initializes a new instance of the [`MpdSettings`](../mpdsettings) class. |
| [MpdSettings](mpdsettings/)(string, int) | Initializes a new instance of the `MpdSettings` class. |

## Properties

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

### Examples
## Examples

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

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

### See Also

* class [DbSettings](../dbsettings)
* namespace [Aspose.Tasks.Connectivity](../../aspose.tasks.connectivity)
* class [DbSettings](../dbsettings/)
* namespace [Aspose.Tasks.Connectivity](../../aspose.tasks.connectivity/)
* assembly [Aspose.Tasks](../../)

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

Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: MpdSettings
title: MpdSettings.MpdSettings
second_title: Aspose.Tasks for .NET API Reference
description: Initializes a new instance of the MpdSettingsaspose.tasks.connectivity/mpdsettings class.
description: MpdSettings constructor. Initializes a new instance of the MpdSettings class
type: docs
weight: 10
url: /net/aspose.tasks.connectivity/mpdsettings/mpdsettings/
---
## MpdSettings constructor

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

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

### Examples
## Examples

Shows how to read a project from an MPD file.

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

### See Also

* class [MpdSettings](../../mpdsettings)
* namespace [Aspose.Tasks.Connectivity](../../mpdsettings)
* class [MpdSettings](../)
* namespace [Aspose.Tasks.Connectivity](../../mpdsettings/)
* assembly [Aspose.Tasks](../../../)

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

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: ProjectId
title: MpdSettings.ProjectId
second_title: Aspose.Tasks for .NET API Reference
description: Gets id of the project to read.
description: MpdSettings property. Gets id of the project to read
type: docs
weight: 20
url: /net/aspose.tasks.connectivity/mpdsettings/projectid/
Expand All @@ -14,7 +14,7 @@ Gets id of the project to read.
public int ProjectId { get; }
```

### Examples
## Examples

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

Expand All @@ -29,8 +29,8 @@ Console.WriteLine(project.Get(Prj.Name));

### See Also

* class [MpdSettings](../../mpdsettings)
* namespace [Aspose.Tasks.Connectivity](../../mpdsettings)
* class [MpdSettings](../)
* namespace [Aspose.Tasks.Connectivity](../../mpdsettings/)
* assembly [Aspose.Tasks](../../../)

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

22 changes: 11 additions & 11 deletions english/net/aspose.tasks.connectivity/mspdbsettings/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: MspDbSettings
title: Class MspDbSettings
second_title: Aspose.Tasks for .NET API Reference
description: Allows to set necessary options to read project data from MS Project Server database.
description: Aspose.Tasks.Connectivity.MspDbSettings class. Allows to set necessary options to read project data from MS Project Server database
type: docs
weight: 310
url: /net/aspose.tasks.connectivity/mspdbsettings/
Expand All @@ -18,18 +18,18 @@ public class MspDbSettings : DbSettings

| Name | Description |
| --- | --- |
| [MspDbSettings](mspdbsettings)(string, Guid) | Initializes a new instance of the [`MspDbSettings`](../mspdbsettings) class. |
| [MspDbSettings](mspdbsettings/)(string, Guid) | Initializes a new instance of the `MspDbSettings` class. |

## Properties

| Name | Description |
| --- | --- |
| [ConnectionString](../../aspose.tasks.connectivity/dbsettings/connectionstring) { get; set; } | Gets or sets the connection string. |
| [ProjectGuid](../../aspose.tasks.connectivity/mspdbsettings/projectguid) { get; } | Gets the guid of the project to read. |
| [ProviderInvariantName](../../aspose.tasks.connectivity/dbsettings/providerinvariantname) { get; set; } | Gets or sets provider invariant name which is used to get an instance of the DbProviderFactory class. Default value is SqlClient. |
| [Schema](../../aspose.tasks.connectivity/mspdbsettings/schema) { get; set; } | Gets or sets the schema of the MS Project Server. The default value is "pub". |
| [ConnectionString](../../aspose.tasks.connectivity/dbsettings/connectionstring/) { get; set; } | Gets or sets the connection string. |
| [ProjectGuid](../../aspose.tasks.connectivity/mspdbsettings/projectguid/) { get; } | Gets the guid of the project to read. |
| [ProviderInvariantName](../../aspose.tasks.connectivity/dbsettings/providerinvariantname/) { get; set; } | Gets or sets provider invariant name which is used to get an instance of the DbProviderFactory class. Default value is SqlClient. |
| [Schema](../../aspose.tasks.connectivity/mspdbsettings/schema/) { get; set; } | Gets or sets the schema of the MS Project Server. The default value is "pub". |

### Examples
## Examples

Shows how to import a project from a database.

Expand Down Expand Up @@ -64,8 +64,8 @@ catch (Exception ex)

### See Also

* class [DbSettings](../dbsettings)
* namespace [Aspose.Tasks.Connectivity](../../aspose.tasks.connectivity)
* class [DbSettings](../dbsettings/)
* namespace [Aspose.Tasks.Connectivity](../../aspose.tasks.connectivity/)
* assembly [Aspose.Tasks](../../)

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

Loading