Class
FlightInfo

Represents information about a flight for the means of FlightCard.

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

cs-api-definition
public class FlightInfo

Inheritance: objectFlightInfo

Constructors

FlightInfo()

Declaration

cs-api-definition
public FlightInfo()

Properties

ArrivalAirport

Gets or sets the name of the arrival airport.

Declaration

cs-api-definition
public string ArrivalAirport { get; set; }

Property Value

string

ArrivalCity

Gets or sets the name of the arrival city.

Declaration

cs-api-definition
public string ArrivalCity { get; set; }

Property Value

string

ArrivalDateTime

Gets or sets the time of arrival.

Declaration

cs-api-definition
public DateTime ArrivalDateTime { get; set; }

Property Value

DateTime

DepartureAirport

Gets or sets the name of the departure airport.

Declaration

cs-api-definition
public string DepartureAirport { get; set; }

Property Value

string

DepartureCity

Gets or sets the name of the departure city .

Declaration

cs-api-definition
public string DepartureCity { get; set; }

Property Value

string

DepartureDateTime

Gets or sets the time of departure.

Declaration

cs-api-definition
public DateTime DepartureDateTime { get; set; }

Property Value

DateTime