Class ProductEmailNotificationQueryResultFieldViewModel
- Namespace
- Dynamicweb.Ecommerce.Products.EmailNotifications
- Assembly
- Dynamicweb.Ecommerce.dll
Represents ProductEmailNotificationQueryResultViewModel field model
public class ProductEmailNotificationQueryResultFieldViewModel : ViewModelBase
- Inheritance
-
ProductEmailNotificationQueryResultFieldViewModel
- Inherited Members
Properties
Name
Gets or sets field name.
public string? Name { get; set; }
Property Value
SystemName
Gets or sets field system name.
public string SystemName { get; set; }
Property Value
Value
Gets or sets field value.
public string? Value { get; set; }