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.UI.Xaml.Media.ImageSource
imageSource
|
|
System.DateTime
creationDate
|
ProductCardMessage(Author, DateTime)
Declaration
public ProductCardMessage(Author author, DateTime creationDate = null)
Parameters
|
Author
author
|
|
System.DateTime
creationDate
|
Properties
Price
Declaration
public string Price { get; set; }
Property Value
|
System.String
|
Rating
Declaration
public double Rating { get; set; }
Property Value
|
System.Double
|
RatingItemsCount
Declaration
public int RatingItemsCount { get; set; }
Property Value
|
System.Int32
|