This class provides a temporary repository to store leg related data. It also helps to validate it before creating and initializing a new leg instance.

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

Syntax

C#
public class LegHelper
Visual Basic
Public Class LegHelper
Visual C++
public ref class LegHelper

Remarks

To add a new leg type, add additional attributes specific to the new type to the LegHelper class. Update constructor, IsValidType and CreateLeg.

Inheritance Hierarchy

System..::..Object
  FlightPlan..::..LegHelper

See Also