RosterPrinterPrintRosterAsXML Method (Roster, String, String) |
Writes the solution to a file in an XML format.
Namespace:
ASAP.NRP.Core.Tools
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
Syntaxpublic static bool PrintRosterAsXML(
Roster roster,
string filePath,
string schedulingPeriodFilePath
)
Public Shared Function PrintRosterAsXML (
roster As Roster,
filePath As String,
schedulingPeriodFilePath As String
) As Boolean
public:
static bool PrintRosterAsXML(
Roster^ roster,
String^ filePath,
String^ schedulingPeriodFilePath
)
static member PrintRosterAsXML :
roster : Roster *
filePath : string *
schedulingPeriodFilePath : string -> bool
Parameters
- roster
- Type: ASAP.NRP.CoreRoster
The solution to write. - filePath
- Type: SystemString
The output file path. - schedulingPeriodFilePath
- Type: SystemString
The path of the problem file.
Return Value
Type:
BooleanTrue if successful, false otherwise.
See Also