Class ProductCardMessage
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.ConversationalUI
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ProductCardMessage : ImageCardMessage, IReportMessageResult, INotifyPropertyChanged, IInlineMessage
Constructors
ProductCardMessage(Author, ImageSource, DateTime)
Declaration
public ProductCardMessage(Author author, ImageSource imageSource, DateTime creationDate = null)
Parameters
Author
author
|
Microsoft.
|
System.
|
ProductCardMessage(Author, DateTime)
Declaration
public ProductCardMessage(Author author, DateTime creationDate = null)
Parameters
Author
author
|
System.
|
Properties
Price
Declaration
public string Price { get; set; }
Property Value
System.
|
Rating
Declaration
public double Rating { get; set; }
Property Value
System.
|
RatingItemsCount
Declaration
public int RatingItemsCount { get; set; }
Property Value
System.
|