Table of Contents

Class VariantGroupProductRelation

Namespace
Dynamicweb.Ecommerce.Variants
Assembly
Dynamicweb.Ecommerce.dll

Class represents the variant group to product relation

[Serializable]
public class VariantGroupProductRelation
Inheritance
VariantGroupProductRelation
Inherited Members

Constructors

VariantGroupProductRelation()

Initializes a new instance of the class.

public VariantGroupProductRelation()

Properties

Id

Gets or sets the id

public string Id { get; set; }

Property Value

string

ProductId

Gets or sets the product id

public string ProductId { get; set; }

Property Value

string

Sorting

Gets or sets the sorting order

public int Sorting { get; set; }

Property Value

int

VariantGroupId

Gets or sets the variant group id

public string VariantGroupId { get; set; }

Property Value

string
To top