ProblemLoaderCreateEmptySolutionFromString Method |
Creates a new solution from an XML string.
Namespace:
SRS.ScheduleSolver.Tools
Assembly:
ScheduleSolver (in ScheduleSolver.dll) Version: 2.5.0+32c9446bcdf252a58ba748c312939f5bd2f367a8
Syntaxpublic Solution CreateEmptySolutionFromString(
string ProblemXmlString
)
Public Function CreateEmptySolutionFromString (
ProblemXmlString As String
) As Solution
public:
Solution^ CreateEmptySolutionFromString(
String^ ProblemXmlString
)
member CreateEmptySolutionFromString :
ProblemXmlString : string -> Solution
Parameters
- ProblemXmlString
- Type: SystemString
The problem XML.
Return Value
Type:
SolutionNull if there was an error.
See Also