Class AssortmentShopRelation
- Namespace
- Dynamicweb.Ecommerce.Assortments
- Assembly
- Dynamicweb.Ecommerce.dll
Assortment shop relation class
[Serializable]
public class AssortmentShopRelation : AssortmentRelation
- Inheritance
-
AssortmentShopRelation
- Inherited Members
Constructors
AssortmentShopRelation()
Initializes a new instance of the AssortmentShopRelation class.
public AssortmentShopRelation()
AssortmentShopRelation(Assortment)
Initializes a new instance of the AssortmentShopRelation class.
public AssortmentShopRelation(Assortment assortment)
Parameters
assortment
AssortmentThe assortment.
AssortmentShopRelation(Assortment, Shop)
Initializes a new instance of the AssortmentShopRelation class.
public AssortmentShopRelation(Assortment assortment, Shop shop)
Parameters
assortment
AssortmentThe assortment.
shop
ShopThe shop.
AssortmentShopRelation(string)
Initializes a new instance of the AssortmentShopRelation class.
public AssortmentShopRelation(string assortmentID)
Parameters
assortmentID
stringThe assortment ID.
AssortmentShopRelation(string, string)
Initializes a new instance of the AssortmentShopRelation class.
public AssortmentShopRelation(string assortmentID, string shopID)
Parameters
Properties
Shop
Gets the shop.
public Shop Shop { get; }
Property Value
- Shop
The shop.
ShopID
Gets or sets the shop ID.
public string ShopID { get; set; }
Property Value
- string
The shop ID.