Table of Contents

Class ProductEmailNotificationQueryResultFieldViewModel

Namespace
Dynamicweb.Ecommerce.Products.EmailNotifications
Assembly
Dynamicweb.Ecommerce.dll
public class ProductEmailNotificationQueryResultFieldViewModel : ViewModelBase
Inheritance
ProductEmailNotificationQueryResultFieldViewModel
Inherited Members

Properties

Name

Gets or sets field name.

public string? Name { get; set; }

Property Value

string

SystemName

Gets or sets field system name.

public string SystemName { get; set; }

Property Value

string

Value

Gets or sets field value.

public string? Value { get; set; }

Property Value

string
To top