FlightPlanFile
USI.FlightPlanning
Public SDK type.
public sealed class FlightPlanFile : IEquatable<FlightPlanFile>Constructors
FlightPlanFile
public FlightPlanFile(string Name, Uri Uri)Properties
Name
public string Name { get; set; }Uri
public Uri Uri { get; set; }Methods
<Clone>$
public FlightPlanFile <Clone>$()Deconstruct
public void Deconstruct(string Name, Uri Uri)Equals
public bool Equals(object obj)Equals
public bool Equals(FlightPlanFile other)GetHashCode
public int GetHashCode()ToString
public string ToString()