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