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