Roster Loader Class
Methods for loading rosters from files and creating empty rosters.
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 RosterLoaderVB
Public Class RosterLoaderC++
public ref class RosterLoaderF#
type RosterLoader = class end- Inheritance
- Object RosterLoader
Constructors
| RosterLoader | Initializes a new instance of this class. |
Methods
| CreateEmptyRoster | Creates a new Roster from an XML file. |
| CreateRosterFromString | Creates a new Roster from an XML string. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| LoadInitialRoster | Creates a Roster from a SchedulingPeriod XML file and a Roster XML file. |
| LoadInitialRosterFromString | Creates a Roster from a SchedulingPeriod problem XML string and an initial solution XML string. |
| LoadRoster | Creates a Roster from a SchedulingPeriod XML file and a Roster XML file. |
| LoadRosterFromString | Creates a Roster from a SchedulingPeriod problem XML string and an initial solution XML string. |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |
Fields
| VALIDATE_FIRST |
To validate the XML use instead ASAP.NRP.Core.Tools.XmlValidator.IsXmlValid(string xmlFilePath, string schemaFilePath).
|
| VERBOSE |
If this is true then the parser will print information
as it is parsing the XML.
|