Roster Printer 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
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public class RosterPrinterVB
Public Class RosterPrinterC++
public ref class RosterPrinterF#
type RosterPrinter = class end- Inheritance
- Object RosterPrinter
Constructors
| RosterPrinter | Initializes 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) |