Class FlightCardMessage
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.ConversationalUI
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class FlightCardMessage : MessageBase, IReportMessageResult, INotifyPropertyChanged, IInlineMessage
Constructors
FlightCardMessage(Author, DateTime)
Declaration
public FlightCardMessage(Author author, DateTime creationDate = null)
Parameters
Author
author
|
System.
|
Properties
ActionResultsOrientation
Declaration
public Orientation ActionResultsOrientation { get; set; }
Property Value
Microsoft.
|
Flights
Declaration
public IList<FlightInfo> Flights { get; }
Property Value
System.
|
ImageSource
Declaration
public ImageSource ImageSource { get; set; }
Property Value
Microsoft.
|
InlineViewModel
Declaration
public InlineViewModel InlineViewModel { get; }
Property Value
Implements
PassengerName
Declaration
public string PassengerName { get; set; }
Property Value
System.
|
Total
Declaration
public string Total { get; set; }
Property Value
System.
|