Table of Contents

Class ProductsHandler

Namespace
Dynamicweb.Ecommerce.Extensibility.Controls
Assembly
Dynamicweb.Ecommerce.dll
Handles products in discounts
public class ProductsHandler
Inheritance
ProductsHandler
Inherited Members

Constructors

ProductsHandler()

Initializes a new instance of the ProductsHandler class.
public ProductsHandler()

ProductsHandler(string)

Initializes a new instance of the ProductsHandler class.
public ProductsHandler(string value)

Parameters

value string
The value.

Properties

Value

Gets or sets the value.
public string Value { get; set; }

Property Value

string
The value.
To top