ClassFlightInfo
Class
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.
ArrivalCity
Gets or sets the name of the arrival city.
ArrivalDateTime
Gets or sets the time of arrival.
DepartureAirport
Gets or sets the name of the departure airport.
DepartureCity
Gets or sets the name of the departure city .
DepartureDateTime
Gets or sets the time of departure.
Declaration
cs-api-definition
public DateTime DepartureDateTime { get; set; }
Property Value