SchedulingPeriodParserParse(XmlReader) Method

Note: This API is now obsolete.
Parses XML.

Definition

Namespace: ASAP.NRP.Core.Parsers
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
[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
)

Parameters

reader  XmlReader
An XmlReader for the XML to parse.

Return Value

SchedulingPeriod
The parsed SchedulingPeriod.

Remarks

Closes the reader after parsing.

See Also