The FlightPlan type exposes the following members.

Constructors

  NameDescription
Public methodFlightPlan
Flight Plan constructor.

Methods

  NameDescription
Public methodCheck
Checks the flight plan. To be called once the whole flight plan has been read.
Public methodDeepCopy
Enables flight plan cloning
Public methodEquals
Determina si el objeto Object especificado es igual al objeto Object actual.
(Inherited from Object.)
Protected methodFinalize
Permite que un objeto Object intente liberar recursos y realizar otras operaciones de limpieza antes de que el objeto Object sea reclamado por el recolector de elementos no utilizados.
(Inherited from Object.)
Public methodFindCondition
Returns the list of legs in the flight plan which depend on the given condition.
Public methodFindLeg
Returns the leg with id legId. null if not found.
Public methodFindStage
Returns the stage with id stageId. null if not found
Public methodGetAllWayPoints
Public methodGetHashCode
Actúa como función hash para un tipo concreto.
(Inherited from Object.)
Public methodGetInitialLeg
Returns the initial leg of the flight plan.
Public methodGetNextToFinal
Returns the next leg of a final leg of a given stage.
Public methodGetPrevToInitial
Returns the previous leg of an initial leg of a given stage.
Public methodGetType
Obtiene el objeto Type de la instancia actual.
(Inherited from Object.)
Public methodGetXmlElement
Gets the xml representation for this FlightPlan.
Protected methodMemberwiseClone
Crea una copia superficial del objeto Object actual.
(Inherited from Object.)
Public methodToString
A string that represents the current object.
(Overrides Object..::..ToString()()()().)

Fields

  NameDescription
Public fielddescription
Description of the flight plan.
Public fieldid
Flight plan id.
Public fieldname
Name of the flight plan.
Public fieldtype

Properties

  NameDescription
Public propertyEmergencies
Collection of emergency flight plans
Public propertyFixes
Collection of flight plan fixes
Public propertyLocaleInfo
Locale info (used to interpret values in the XML document)
Public propertystages
Public propertyType
Type of flight plan: STD, CONT, REACT

See Also