RosterLoaderLoadRosterFromString Method

Creates a Roster from a SchedulingPeriod problem XML string and an initial solution XML string.

Definition

Namespace: ASAP.NRP.Core.Tools
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public ParsedRoster LoadRosterFromString(
	string ProblemXmlString,
	string InitialSolutionXmlString
)

Parameters

ProblemXmlString  String
The SchedulingPeriod problem XML.
InitialSolutionXmlString  String
The initial solution XML.

Return Value

ParsedRoster
Null if there was an error.

See Also