Class FlightInfo
Represents information about a flight for the means of FlightCard.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class FlightInfo
Constructors
FlightInfo()
Declaration
public FlightInfo()
Properties
ArrivalAirport
Gets or sets the name of the arrival airport.
Declaration
public string ArrivalAirport { get; set; }
Property Value
System.String
|
ArrivalCity
Gets or sets the name of the arrival city.
Declaration
public string ArrivalCity { get; set; }
Property Value
System.String
|
ArrivalDateTime
Gets or sets the time of arrival.
Declaration
public DateTime ArrivalDateTime { get; set; }
Property Value
System.DateTime
|
DepartureAirport
Gets or sets the name of the departure airport.
Declaration
public string DepartureAirport { get; set; }
Property Value
System.String
|
DepartureCity
Gets or sets the name of the departure city .
Declaration
public string DepartureCity { get; set; }
Property Value
System.String
|
DepartureDateTime
Gets or sets the time of departure.
Declaration
public DateTime DepartureDateTime { get; set; }
Property Value
System.DateTime
|