Table of Contents

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 Assortment

The assortment.

AssortmentShopRelation(Assortment, Shop)

Initializes a new instance of the AssortmentShopRelation class.

public AssortmentShopRelation(Assortment assortment, Shop shop)

Parameters

assortment Assortment

The assortment.

shop Shop

The shop.

AssortmentShopRelation(string)

Initializes a new instance of the AssortmentShopRelation class.

public AssortmentShopRelation(string assortmentID)

Parameters

assortmentID string

The assortment ID.

AssortmentShopRelation(string, string)

Initializes a new instance of the AssortmentShopRelation class.

public AssortmentShopRelation(string assortmentID, string shopID)

Parameters

assortmentID string

The assortment ID.

shopID string

The shop ID.

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.

See Also

To top