Click or drag to resize

ProductsAndGroupsHandler Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.Ecommerce.Extensibility.ControlsProductsAndGroupsHandler

Namespace:  Dynamicweb.Ecommerce.Extensibility.Controls
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public class ProductsAndGroupsHandler : IComparer<Product>, 
	IComparer<Group>

The ProductsAndGroupsHandler type exposes the following members.

Constructors
  NameDescription
Public methodProductsAndGroupsHandler
Initializes a new instance of the ProductsAndGroupsHandler class
Public methodProductsAndGroupsHandler(String)
Initializes a new instance of the ProductsAndGroupsHandler class
Public methodProductsAndGroupsHandler(HandlerConfigurationType)
Initializes a new instance of the ProductsAndGroupsHandler class
Public methodProductsAndGroupsHandler(String, HandlerConfigurationType)
Initializes a new instance of the ProductsAndGroupsHandler class
Top
Properties
Methods
Explicit Interface Implementations
See Also