PrimaveraDbSettings
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.tasks.DbSettings
public class PrimaveraDbSettings extends DbSettings
Allows to set necessary options to read project data from Primavera database.
Constructors
Constructor | Description |
---|---|
PrimaveraDbSettings(String connectionString, int projectId) | Initializes a new instance of the PrimaveraDbSettings class. |
Methods
Method | Description |
---|---|
getProjectId() | Gets id of the project to read. |
PrimaveraDbSettings(String connectionString, int projectId)
public PrimaveraDbSettings(String connectionString, int projectId)
Initializes a new instance of the PrimaveraDbSettings class.
Parameters:
Parameter | Type | Description |
---|---|---|
connectionString | java.lang.String | the specified connection string. |
projectId | int | the specified id of a project to read. |
getProjectId()
public final int getProjectId()
Gets id of the project to read.
Returns: int - id of the project to read.