RosterTo Xml(Boolean, Boolean) Method
Gets the XML for the solution.
Definition
Namespace: ASAP.NRP.Core
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
The solution in an XML format.
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public string ToXml(
bool includeViolations,
bool indent
)VB
Public Function ToXml (
includeViolations As Boolean,
indent As Boolean
) As StringC++
public:
String^ ToXml(
bool includeViolations,
bool indent
)F#
member ToXml :
includeViolations : bool *
indent : bool -> string 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
StringThe solution in an XML format.