Table of Contents

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 Assortment

The assortment used in this relation.

AssortmentGroupRelation(Assortment, Group)

Initializes a new instance of the AssortmentGroupRelation class.

public AssortmentGroupRelation(Assortment assortment, Group group)

Parameters

assortment Assortment

The assortment used in this relation.

group Group

The group used in this relation.

AssortmentGroupRelation(string)

Initializes a new instance of the AssortmentGroupRelation class.

public AssortmentGroupRelation(string assortmentID)

Parameters

assortmentID string

The 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 string

The id of the assortment used in this relation.

groupID string

The id of the group used in this relation.

Properties

Group

Gets the Group with the GroupID.

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.

See Also

To top