Class AssortmentGroupRelation
- Namespace
- Dynamicweb.Ecommerce.Assortments
- Assembly
- Dynamicweb.Ecommerce.dll
Assortment group relation class.
- Inheritance
-
Assortment
Group Relation
- Inherited Members
Constructors
AssortmentGroupRelation()
Initializes a new instance of the Assortment
AssortmentGroupRelation(Assortment)
Initializes a new instance of the Assortment
Parameters
assortment
AssortmentThe assortment used in this relation.
AssortmentGroupRelation(Assortment, Group)
Initializes a new instance of the Assortment
Parameters
assortment
AssortmentThe assortment used in this relation.
group
GroupThe group used in this relation.
AssortmentGroupRelation(string)
Initializes a new instance of the Assortment
Parameters
assortmentID
stringThe id of the assortment used in this relation.
AssortmentGroupRelation(string, string)
Initializes a new instance of the Assortment
Parameters
assortmentID
stringThe id of the assortment used in this relation.
groupID
stringThe id of the group used in this relation.
Properties
Group
Property Value
- Group
The group.
GroupID
Gets or sets the id of the Group associated with this Assortment
Property Value
- string
The group identifier.