PrimaveraXerReader

PrimaveraXerReader class

Represents a reader to read Project UIDs from Primavera XER file

public sealed class PrimaveraXerReader : PrimaveraBaseReader

Constructors

NameDescription
PrimaveraXerReader(Stream)Initializes a new instance of the PrimaveraXerReader class.
PrimaveraXerReader(string)Initializes a new instance of the PrimaveraXerReader class.

Methods

NameDescription
GetProjectUids()Return a list of the projects’ unique identifiers.
LoadProject(int)Loads the project with the specified unique identifier.

See Also