Class
FlightInfo

Represents information about a flight for the means of FlightCard.

Definition

Namespace:Telerik.UI.Xaml.Controls.ConversationalUI

Assembly:Telerik.WinUI.Controls.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

ImageSource

Gets or sets the image of the flight. By default, the ImageSource of the FlightCardMessage is internally set.

Declaration

cs-api-definition
public ImageSource ImageSource { get; set; }

Property Value

ImageSource