RosterLoader Class |
Namespace: ASAP.NRP.Core.Tools
The RosterLoader type exposes the following members.
| Name | Description | |
|---|---|---|
| RosterLoader |
Initializes a new instance of this class.
|
| Name | Description | |
|---|---|---|
| CreateEmptyRoster |
Creates a new Roster from an XML file.
| |
| CreateRosterFromString |
Creates a new Roster from an XML string.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (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 | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| VALIDATE_FIRST | Obsolete.
To validate the XML use instead ASAP.NRP.Core.Tools.XmlValidator.IsXmlValid(string xmlFilePath, string schemaFilePath).
| |
| VERBOSE | Obsolete.
If this is true then the parser will print information
as it is parsing the XML.
|