SchedulingPeriodParserParse Method (XmlReader) |
Note: This API is now obsolete.
Parses XML.
Namespace:
ASAP.NRP.Core.Parsers
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
Syntax[ObsoleteAttribute("This method is no longer used and will be removed in future versions. To parse the XML use instead the class ASAP.NRP.Core.Tools.RosterLoader.")]
public SchedulingPeriod Parse(
XmlReader reader
)
<ObsoleteAttribute("This method is no longer used and will be removed in future versions. To parse the XML use instead the class ASAP.NRP.Core.Tools.RosterLoader.")>
Public Function Parse (
reader As XmlReader
) As SchedulingPeriod
public:
[ObsoleteAttribute(L"This method is no longer used and will be removed in future versions. To parse the XML use instead the class ASAP.NRP.Core.Tools.RosterLoader.")]
SchedulingPeriod^ Parse(
XmlReader^ reader
)
[<ObsoleteAttribute("This method is no longer used and will be removed in future versions. To parse the XML use instead the class ASAP.NRP.Core.Tools.RosterLoader.")>]
member Parse :
reader : XmlReader -> SchedulingPeriod
Parameters
- reader
- Type: System.XmlXmlReader
An XmlReader for the XML to parse.
Return Value
Type:
SchedulingPeriodThe parsed SchedulingPeriod.
RemarksCloses the reader after parsing.
See Also