Class ProductCardMessage
Represents a card message that displays info about a product.
Inherited Members
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class ProductCardMessage : ImageCardMessage, IReportMessageResult, INotifyPropertyChanged, IInlineMessage
Constructors
ProductCardMessage(Author, DateTime)
Initializes a new instance of the ProductCardMessage class.
Declaration
public ProductCardMessage(Author author, DateTime creationDate = default(DateTime))
Parameters
Author
author
|
System.DateTime
creationDate
|
ProductCardMessage(Author, ImageSource, DateTime)
Initializes a new instance of the ProductCardMessage class.
Declaration
public ProductCardMessage(Author author, ImageSource imageSource, DateTime creationDate = default(DateTime))
Parameters
Author
author
|
System.Windows.Media.ImageSource
imageSource
|
System.DateTime
creationDate
|
Properties
Price
Gets or sets the formatted price.
Declaration
public string Price { get; set; }
Property Value
System.String
|
Rating
Gets or sets the rating of the product.
Declaration
public double Rating { get; set; }
Property Value
System.Double
|
RatingItemsCount
Gets or sets the number of rating items (stars).
Declaration
public int RatingItemsCount { get; set; }
Property Value
System.Int32
|