RosterToXml(Boolean) Method

Gets the solution in an XML format.

Definition

Namespace: ASAP.NRP.Core
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public string ToXml(
	bool indent
)

Parameters

indent  Boolean
If true then the XML will be neatly formatted and indented.

Return Value

String
The solution in an XML format.

Remarks

Does not include the violation XML tags.

See Also