RosterPrinter Class

Methods for outputting a roster in HTML or XML (for viewing and saving solutions).

Definition

Namespace: ASAP.NRP.Core.Tools
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public class RosterPrinter
Inheritance
Object    RosterPrinter

Constructors

RosterPrinterInitializes a new instance of the RosterPrinter class

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
PrintRosterAsHTML(Roster, String)Prints the roster as HTML.
PrintRosterAsHTML(Roster, String, Boolean, String, String, String, String, String, String)Prints the roster as HTML.
PrintRosterAsXML(Roster, String, String) Writes the solution to a file in an XML format.
PrintRosterAsXML(Roster, String, String, String, String, String, String, String, String) Writes the solution to a file in an XML format.
PrintRosterAsXML(Roster, String, String, String, String, String, String, String, String, Boolean) Writes the solution to a file in an XML format.
ToString
(Inherited from Object)

See Also