Class AssortmentProductRelation
- Namespace
- Dynamicweb.Ecommerce.Assortments
- Assembly
- Dynamicweb.Ecommerce.dll
Assortment product relation class
[Serializable]
public class AssortmentProductRelation : AssortmentRelation
- Inheritance
-
AssortmentProductRelation
- Inherited Members
Constructors
AssortmentProductRelation()
Initializes a new instance of the AssortmentProductRelation class.
public AssortmentProductRelation()
AssortmentProductRelation(Assortment)
Initializes a new instance of the AssortmentProductRelation class.
public AssortmentProductRelation(Assortment assortment)
Parameters
assortment
AssortmentThe assortment.
AssortmentProductRelation(Assortment, Product)
Initializes a new instance of the AssortmentProductRelation class.
public AssortmentProductRelation(Assortment assortment, Product product)
Parameters
assortment
AssortmentThe assortment.
product
ProductThe product.
AssortmentProductRelation(string)
Initializes a new instance of the AssortmentProductRelation class.
public AssortmentProductRelation(string assortmentID)
Parameters
assortmentID
stringThe assortment identifier.
AssortmentProductRelation(string, string, string)
Initializes a new instance of the AssortmentProductRelation class.
public AssortmentProductRelation(string assortmentID, string productID, string productVariantID)
Parameters
assortmentID
stringThe assortment identifier.
productID
stringThe product identifier.
productVariantID
stringThe product variant identifier.
Properties
Product
Gets the product.
public Product Product { get; }
Property Value
- Product
The product.
ProductID
Gets or sets the product identifier.
public string ProductID { get; set; }
Property Value
- string
The product identifier.
ProductVariantID
Gets or sets the product variant identifier.
public string ProductVariantID { get; set; }
Property Value
- string
The product variant identifier.