PlannedAircraft
USI.FlightPlanning
Public SDK type.
public sealed class PlannedAircraft : IEquatable<PlannedAircraft>Constructors
PlannedAircraft
public PlannedAircraft(string IcaoType, string IataType, string BaseType, string Name, string Registration, string Fin, string Selcal, string Equipment, string EquipmentCategory, string NavigationEquipment, string TransponderEquipment, double? FuelFactorPercent, int? MaximumPassengers, bool SupportsTextRelease, string InternalIdentifier, bool IsCustom)Properties
BaseType
public string BaseType { get; set; }Equipment
public string Equipment { get; set; }EquipmentCategory
public string EquipmentCategory { get; set; }Fin
public string Fin { get; set; }FuelFactorPercent
public double? FuelFactorPercent { get; set; }IataType
public string IataType { get; set; }IcaoType
public string IcaoType { get; set; }InternalIdentifier
public string InternalIdentifier { get; set; }IsCustom
public bool IsCustom { get; set; }MaximumPassengers
public int? MaximumPassengers { get; set; }Name
public string Name { get; set; }NavigationEquipment
public string NavigationEquipment { get; set; }Registration
public string Registration { get; set; }Selcal
public string Selcal { get; set; }SupportsTextRelease
public bool SupportsTextRelease { get; set; }TransponderEquipment
public string TransponderEquipment { get; set; }Methods
<Clone>$
public PlannedAircraft <Clone>$()Deconstruct
public void Deconstruct(string IcaoType, string IataType, string BaseType, string Name, string Registration, string Fin, string Selcal, string Equipment, string EquipmentCategory, string NavigationEquipment, string TransponderEquipment, double? FuelFactorPercent, int? MaximumPassengers, bool SupportsTextRelease, string InternalIdentifier, bool IsCustom)Equals
public bool Equals(object obj)Equals
public bool Equals(PlannedAircraft other)GetHashCode
public int GetHashCode()ToString
public string ToString()