SchedulingPeriodParser Class |
Namespace: ASAP.NRP.Core.Parsers
The SchedulingPeriodParser type exposes the following members.
Name | Description | |
---|---|---|
![]() | SchedulingPeriodParser |
Initializes a new instance of this class.
|
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Parse(String) |
Parses the problem XML.
|
![]() | Parse(XmlReader) | Obsolete.
Parses XML.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | ValidateFirst | 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.
|