Roster PrinterPrint Roster As XML(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
True if successful, false otherwise.
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public static bool PrintRosterAsXML(
Roster roster,
string filePath,
string schedulingPeriodFilePath
)VB
Public Shared Function PrintRosterAsXML (
roster As Roster,
filePath As String,
schedulingPeriodFilePath As String
) As BooleanC++
public:
static bool PrintRosterAsXML(
Roster^ roster,
String^ filePath,
String^ schedulingPeriodFilePath
)F#
static member PrintRosterAsXML :
roster : Roster *
filePath : string *
schedulingPeriodFilePath : string -> bool Parameters
- roster Roster
- The solution to write.
- filePath String
- The output file path.
- schedulingPeriodFilePath String
- The path of the problem file.
Return Value
BooleanTrue if successful, false otherwise.