PlannedAtis
USI.FlightPlanning
Public SDK type.
public sealed class PlannedAtis : IEquatable<PlannedAtis>Constructors
PlannedAtis
public PlannedAtis(string Network, DateTimeOffset? IssuedAt, string Letter, string Phonetic, string Type, string Message)Properties
IssuedAt
public DateTimeOffset? IssuedAt { get; set; }Letter
public string Letter { get; set; }Message
public string Message { get; set; }Network
public string Network { get; set; }Phonetic
public string Phonetic { get; set; }Type
public string Type { get; set; }Methods
<Clone>$
public PlannedAtis <Clone>$()Deconstruct
public void Deconstruct(string Network, DateTimeOffset? IssuedAt, string Letter, string Phonetic, string Type, string Message)Equals
public bool Equals(object obj)Equals
public bool Equals(PlannedAtis other)GetHashCode
public int GetHashCode()ToString
public string ToString()