PrimaveraXerReader

PrimaveraXerReader class

Represents a reader to read Project UIDs from Primavera XER file

public sealed class PrimaveraXerReader : PrimaveraBaseReader

Constructors

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

Methods

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

See Also