FlightCardMessage
Class
Represents card message type that displays information about flights.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
C#
public class FlightCardMessage : MessageBase, IReportMessageResult, INotifyPropertyChanged, IInlineMessage
Inheritance: objectMessageBaseFlightCardMessage
Implements:
Inherited Members
Constructors
Initializes a new instance of the FlightCardMessage class.
Properties
ActionResultsOrientation
Orientation
Gets or sets the orientation of action results list.
C#
public Orientation ActionResultsOrientation { get; set; }
Gets a collection of the displayed flights.
C#
public IList<FlightInfo> Flights { get; }
ImageSource
ImageSource
Gets or sets the flight icon image.
C#
public ImageSource ImageSource { get; set; }
Gets the InlineViewModel.
C#
public InlineViewModel InlineViewModel { get; }
Implements:
Gets or sets the name of the passenger.
C#
public string PassengerName { get; set; }