SchedulingPeriodParser 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
C#
public class SchedulingPeriodParser
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.
Obsolete
ToString
(Inherited from Object)

Fields

ValidateFirst To validate the XML use instead ASAP.NRP.Core.Tools.XmlValidator.IsXmlValid(string xmlFilePath, string schemaFilePath).
Obsolete
VERBOSE If this is true then the parser will print information as it is parsing the XML.
Obsolete

See Also