RosterPrinterPrintRosterAsXML(Roster, String, String) Method

Writes the solution to a file in an XML format.

Definition

Namespace: ASAP.NRP.Core.Tools
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public static bool PrintRosterAsXML(
	Roster roster,
	string filePath,
	string schedulingPeriodFilePath
)

Parameters

roster  Roster
The solution to write.
filePath  String
The output file path.
schedulingPeriodFilePath  String
The path of the problem file.

Return Value

Boolean
True if successful, false otherwise.

See Also