Class ProductEmailNotificationQueryResultViewModel
- Namespace
- Dynamicweb.Ecommerce.Products.EmailNotifications
- Assembly
- Dynamicweb.Ecommerce.dll
Represents a view model for product notification query result item based on index product document.
public class ProductEmailNotificationQueryResultViewModel : ViewModelBase
- Inheritance
-
ProductEmailNotificationQueryResultViewModel
- Inherited Members
Properties
Fields
Gets list of notification index field model.
public IList<ProductEmailNotificationQueryResultFieldViewModel>? Fields { get; }
Property Value
Placeholders
Gets list notification placeholder models.
public IList<ProductEmailNotificationPlaceholderViewModel>? Placeholders { get; }