Table of Contents

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

IList<ProductEmailNotificationQueryResultFieldViewModel>

Placeholders

Gets list notification placeholder models.

public IList<ProductEmailNotificationPlaceholderViewModel>? Placeholders { get; }

Property Value

IList<ProductEmailNotificationPlaceholderViewModel>
To top