Class

FlightPlanDocuments

USI.FlightPlanning

Public SDK type.

public sealed class FlightPlanDocuments : IEquatable<FlightPlanDocuments>

Constructors

FlightPlanDocuments

public FlightPlanDocuments(FlightPlanFile Pdf, IReadOnlyList<FlightPlanFile> Files, IReadOnlyDictionary<String, FlightPlanFile> FmsDownloads, IReadOnlyList<FlightPlanFile> Maps, Uri SkyVectorUri, string PlanHtml, string TextRelease)

Properties

Files

public IReadOnlyList<FlightPlanFile> Files { get; set; }

FmsDownloads

public IReadOnlyDictionary<String, FlightPlanFile> FmsDownloads { get; set; }

Maps

public IReadOnlyList<FlightPlanFile> Maps { get; set; }

Pdf

public FlightPlanFile Pdf { get; set; }

PlanHtml

public string PlanHtml { get; set; }

SkyVectorUri

public Uri SkyVectorUri { get; set; }

TextRelease

public string TextRelease { get; set; }

Methods

<Clone>$

public FlightPlanDocuments <Clone>$()

Deconstruct

public void Deconstruct(FlightPlanFile Pdf, IReadOnlyList<FlightPlanFile> Files, IReadOnlyDictionary<String, FlightPlanFile> FmsDownloads, IReadOnlyList<FlightPlanFile> Maps, Uri SkyVectorUri, string PlanHtml, string TextRelease)

Equals

public bool Equals(object obj)

Equals

public bool Equals(FlightPlanDocuments other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()