Show / Hide Table of Contents

Class LocationSeries

Inheritance
object
LocationSeries
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: FpAssistantCore.Faa.Nms
Assembly: FpAssistantCoreScl.dll
Syntax
public class LocationSeries

Properties

View Source

CenterId

Declaration
[JsonPropertyName("centerId")]
public string CenterId { get; set; }
Property Value
Type Description
string
View Source

CenterText

Declaration
[JsonPropertyName("centerText")]
public string CenterText { get; set; }
Property Value
Type Description
string
View Source

CreateUserId

Declaration
[JsonPropertyName("createUserId")]
public string CreateUserId { get; set; }
Property Value
Type Description
string
View Source

Description

Declaration
[JsonPropertyName("description")]
public string Description { get; set; }
Property Value
Type Description
string
View Source

DomesticAccountId

Declaration
[JsonPropertyName("domesticAccountId")]
public string DomesticAccountId { get; set; }
Property Value
Type Description
string
View Source

IcaoId

Declaration
[JsonPropertyName("icaoId")]
public string IcaoId { get; set; }
Property Value
Type Description
string
View Source

InternationalSeries

Declaration
[JsonPropertyName("internationalSeries")]
public InternationalSeries InternationalSeries { get; set; }
Property Value
Type Description
InternationalSeries
View Source

LastModUserId

Declaration
[JsonPropertyName("lastModUserId")]
public string LastModUserId { get; set; }
Property Value
Type Description
string
View Source

LocationId

Declaration
[JsonPropertyName("locationId")]
public string LocationId { get; set; }
Property Value
Type Description
string
View Source

MilitarySeries

Declaration
[JsonPropertyName("militarySeries")]
public MilitarySeries MilitarySeries { get; set; }
Property Value
Type Description
MilitarySeries
View Source

StartDate

Declaration
[JsonPropertyName("startDate")]
public DateTime StartDate { get; set; }
Property Value
Type Description
DateTime
View Source

StateId

Declaration
[JsonPropertyName("stateId")]
public string StateId { get; set; }
Property Value
Type Description
string
View Source

StateText

Declaration
[JsonPropertyName("stateText")]
public string StateText { get; set; }
Property Value
Type Description
string
View Source

Status

Declaration
[JsonPropertyName("status")]
public string Status { get; set; }
Property Value
Type Description
string
View Source

UpdateSource

Declaration
[JsonPropertyName("updateSource")]
public string UpdateSource { get; set; }
Property Value
Type Description
string
View Source

UpdateTs

Declaration
[JsonPropertyName("updateTs")]
public DateTime UpdateTs { get; set; }
Property Value
Type Description
DateTime
View Source

XoverLocation

Declaration
[JsonPropertyName("xoverLocation")]
public string XoverLocation { get; set; }
Property Value
Type Description
string
View Source

XoverSeries

Declaration
[JsonPropertyName("xoverSeries")]
public string XoverSeries { get; set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Copyright 2018-2026 CADology Limited