Roster Parser Class
A class for parsing XML solution files.
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 RosterParserVB
Public Class RosterParserC++
public ref class RosterParserF#
type RosterParser = class end- Inheritance
- Object RosterParser
Constructors
| RosterParser | 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 | Parses an XML solution file. |
| 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.
|