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