RosterToXml(Boolean, Boolean) Method

Gets the XML for the solution.

Definition

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

Parameters

includeViolations  Boolean
If true it include the violations XML.
indent  Boolean
If true then the XML will be neatly formatted and indented.

Return Value

String
The solution in an XML format.

See Also