Table of Contents

Class ProductRelation

Namespace
Dynamicweb.Ecommerce.Products
Assembly
Dynamicweb.Ecommerce.dll

Represents information about product relations

public class ProductRelation
Inheritance
ProductRelation
Inherited Members

Constructors

ProductRelation(ProductRelatedGroup)

Initializes a new instance of the ProductRelation class.

public ProductRelation(ProductRelatedGroup group)

Parameters

group ProductRelatedGroup

The related group.

Properties

RelatedGroup

Gets or sets he related group

public ProductRelatedGroup RelatedGroup { get; set; }

Property Value

ProductRelatedGroup

RelatedProducts

Gets or sets related products

public IList<Product> RelatedProducts { get; set; }

Property Value

IList<Product>
To top