New to Telerik UI for WPFStart a free 30-day trial

Represents information about a flight for the means of FlightCard.

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

C#
public class FlightInfo

Inheritance: objectFlightInfo

Constructors

C#
public FlightInfo()

Properties

Gets or sets the name of the arrival airport.

C#
public string ArrivalAirport { get; set; }

Gets or sets the name of the arrival city.

C#
public string ArrivalCity { get; set; }

Gets or sets the time of arrival.

C#
public DateTime ArrivalDateTime { get; set; }

Gets or sets the name of the departure airport.

C#
public string DepartureAirport { get; set; }

Gets or sets the name of the departure city .

C#
public string DepartureCity { get; set; }

Gets or sets the time of departure.

C#
public DateTime DepartureDateTime { get; set; }