Class

PlannedFuelExtra

USI.FlightPlanning

Public SDK type.

public sealed class PlannedFuelExtra : IEquatable<PlannedFuelExtra>

Constructors

PlannedFuelExtra

public PlannedFuelExtra(string Label, Mass? Fuel, TimeSpan? Time, bool IsRequired)

Properties

Fuel

public Mass? Fuel { get; set; }

IsRequired

public bool IsRequired { get; set; }

Label

public string Label { get; set; }

Time

public TimeSpan? Time { get; set; }

Methods

<Clone>$

public PlannedFuelExtra <Clone>$()

Deconstruct

public void Deconstruct(string Label, Mass? Fuel, TimeSpan? Time, bool IsRequired)

Equals

public bool Equals(object obj)

Equals

public bool Equals(PlannedFuelExtra other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()