Scheduling Period Parser Class
A class for parsing AutoRoster XML problem instances.
Definition
Namespace: ASAP.NRP.Core.Parsers
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public class SchedulingPeriodParserVB
Public Class SchedulingPeriodParserC++
public ref class SchedulingPeriodParserF#
type SchedulingPeriodParser = class end- Inheritance
- Object SchedulingPeriodParser
Constructors
| SchedulingPeriodParser | Initializes a new instance of this class. |
Methods
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| Parse(String) | Parses the problem XML. |
| Parse(XmlReader) |
Parses XML.
|
| ToString | (Inherited from Object) |
Fields
| ValidateFirst |
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.
|