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