Class LocationSeries
Inheritance
LocationSeries
Assembly: FpAssistantCoreScl.dll
Syntax
public class LocationSeries
Properties
View Source
CenterId
Declaration
[JsonPropertyName("centerId")]
public string CenterId { get; set; }
Property Value
View Source
CenterText
Declaration
[JsonPropertyName("centerText")]
public string CenterText { get; set; }
Property Value
View Source
CreateUserId
Declaration
[JsonPropertyName("createUserId")]
public string CreateUserId { get; set; }
Property Value
View Source
Description
Declaration
[JsonPropertyName("description")]
public string Description { get; set; }
Property Value
View Source
DomesticAccountId
Declaration
[JsonPropertyName("domesticAccountId")]
public string DomesticAccountId { get; set; }
Property Value
View Source
IcaoId
Declaration
[JsonPropertyName("icaoId")]
public string IcaoId { get; set; }
Property Value
View Source
InternationalSeries
Declaration
[JsonPropertyName("internationalSeries")]
public InternationalSeries InternationalSeries { get; set; }
Property Value
View Source
LastModUserId
Declaration
[JsonPropertyName("lastModUserId")]
public string LastModUserId { get; set; }
Property Value
View Source
LocationId
Declaration
[JsonPropertyName("locationId")]
public string LocationId { get; set; }
Property Value
View Source
MilitarySeries
Declaration
[JsonPropertyName("militarySeries")]
public MilitarySeries MilitarySeries { get; set; }
Property Value
View Source
StartDate
Declaration
[JsonPropertyName("startDate")]
public DateTime StartDate { get; set; }
Property Value
View Source
StateId
Declaration
[JsonPropertyName("stateId")]
public string StateId { get; set; }
Property Value
View Source
StateText
Declaration
[JsonPropertyName("stateText")]
public string StateText { get; set; }
Property Value
View Source
Status
Declaration
[JsonPropertyName("status")]
public string Status { get; set; }
Property Value
View Source
UpdateSource
Declaration
[JsonPropertyName("updateSource")]
public string UpdateSource { get; set; }
Property Value
View Source
UpdateTs
Declaration
[JsonPropertyName("updateTs")]
public DateTime UpdateTs { get; set; }
Property Value
View Source
XoverLocation
Declaration
[JsonPropertyName("xoverLocation")]
public string XoverLocation { get; set; }
Property Value
View Source
XoverSeries
Declaration
[JsonPropertyName("xoverSeries")]
public string XoverSeries { get; set; }
Property Value