Appends this Object to a xml FixesCollection representation.

Namespace: FlightPlan
Assembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public virtual void AppendXml(
	XmlElement stagesElement
)
Visual Basic
Public Overridable Sub AppendXml ( _
	stagesElement As XmlElement _
)
Visual C++
public:
virtual void AppendXml(
	XmlElement^ stagesElement
)

Parameters

stagesElement
Type: System.Xml..::..XmlElement
The StagesCollection XmlElement representation where to append this Object.

See Also