Class VariantGroupViewModel
- Namespace
- Dynamicweb.Ecommerce.ProductCatalog
- Assembly
- Dynamicweb.Ecommerce.dll
public class VariantGroupViewModel
- Inheritance
-
VariantGroupViewModel
- Inherited Members
-
Properties
Description
public string Description { get; set; }
Property Value
- string
DisplayType
public VariantGroupDisplayType DisplayType { get; set; }
Property Value
- VariantGroupDisplayType
Id
public string Id { get; set; }
Property Value
- string
Name
public string Name { get; set; }
Property Value
- string
Options
public List<VariantOptionViewModel> Options { get; set; }
Property Value
- List<VariantOptionViewModel>