Uses of Class
com.aspose.tasks.DbSettings
-
-
Uses of DbSettings in com.aspose.tasks
Subclasses of DbSettings in com.aspose.tasks Modifier and Type Class Description class
MpdSettings
Allows to set necessary options to read project data from MPD format (MS Access database file format).class
MspDbSettings
Allows to set necessary options to read project data from MS Project Server database.class
PrimaveraDbSettings
Allows to set necessary options to read project data from Primavera database.Constructors in com.aspose.tasks with parameters of type DbSettings Constructor Description Project(DbSettings settings)
Initializes a new instance of theProject
class to read data from a database which is specified by the instance of theDbSettings
class.
-