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
RelatedProducts
Gets or sets related products
public IList<Product> RelatedProducts { get; set; }