Class FlightCardMessage
Represents card message type that displays information about flights.
Inherited Members
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class FlightCardMessage : MessageBase, IReportMessageResult, INotifyPropertyChanged, IInlineMessage
Constructors
FlightCardMessage(Author, DateTime)
Initializes a new instance of the FlightCardMessage class.
Declaration
public FlightCardMessage(Author author, DateTime creationDate = default(DateTime))
Parameters
Author
author
|
System.DateTime
creationDate
|
Properties
ActionResultsOrientation
Gets or sets the orientation of action results list.
Declaration
public Orientation ActionResultsOrientation { get; set; }
Property Value
System.Windows.Controls.Orientation
|
Flights
Gets a collection of the displayed flights.
Declaration
public IList<FlightInfo> Flights { get; }
Property Value
System.Collections.Generic.IList<FlightInfo>
|
ImageSource
Gets or sets the flight icon image.
Declaration
public ImageSource ImageSource { get; set; }
Property Value
System.Windows.Media.ImageSource
|
InlineViewModel
Gets the InlineViewModel.
Declaration
public InlineViewModel InlineViewModel { get; }
Property Value
InlineViewModel
|
Implements
PassengerName
Gets or sets the name of the passenger.
Declaration
public string PassengerName { get; set; }
Property Value
System.String
|
Total
Gets or sets the formatted total price.
Declaration
public string Total { get; set; }
Property Value
System.String
|