PrimaveraXmlReader

PrimaveraXmlReader class

Represents a reader which allows to retrieve Project UIDs from Primavera Xml file.

The PrimaveraXmlReader type exposes the following members:

Constructors

NameDescription
PrimaveraXmlReader(template_path)Initializes a new instance of the PrimaveraXmlReader class
PrimaveraXmlReader(stream)Initializes a new instance of the PrimaveraXmlReader class

Methods

NameDescription
get_project_uids()Return a list of the projects’ unique identifiers.
load_project(project_uid)Loads the project with the specified unique identifier.

See Also