Class ShopGroupRelation
- Namespace
- Dynamicweb.Ecommerce.Shops
- Assembly
- Dynamicweb.Ecommerce.dll
Class represents relation object between the shop and the group
[Serializable]
public class ShopGroupRelation
- Inheritance
-
ShopGroupRelation
- Inherited Members
Constructors
ShopGroupRelation()
Initializes a new instance of the class
public ShopGroupRelation()
ShopGroupRelation(string, string)
Initializes a new instance of the class
[SetsRequiredMembers]
public ShopGroupRelation(string shopId, string groupId)
Parameters
Properties
AutoId
Gets the identifier.
public int AutoId { get; }
Property Value
GroupId
Gets or sets the id of the group
public required string GroupId { get; set; }
Property Value
ShopId
Gets or sets the id of the shop
public required string ShopId { get; set; }
Property Value
Sorting
Sort order for related shops
public int Sorting { get; set; }