Class PrimaveraDbReader

PrimaveraDbReader class

Represents a reader to read Project Info from Primavera DB

public sealed class PrimaveraDbReader : PrimaveraBaseReader

Constructors

NameDescription
PrimaveraDbReader(PrimaveraDbSettings)Initializes a new instance of the PrimaveraXerReader class.

Methods

NameDescription
GetProjectInfos()Return a list of the project’s short info objects.
GetProjectUids()Return a list of the projects’ unique identifiers.
override LoadProject(int)Loads the project with the specified unique identifier.

See Also