Class VariantOptionViewModel
- Namespace
- Dynamicweb.Ecommerce.ProductCatalog
- Assembly
- Dynamicweb.Ecommerce.dll
public class VariantOptionViewModel
- Inheritance
-
VariantOptionViewModel
- Inherited Members
-
Properties
Color
public string Color { get; set; }
Property Value
- string
Id
public string Id { get; set; }
Property Value
- string
Image
public MediaViewModel Image { get; set; }
Property Value
- MediaViewModel
Name
public string Name { get; set; }
Property Value
- string
OptionImage
public MediaViewModel OptionImage { get; set; }
Property Value
- MediaViewModel
SortOrder
public int SortOrder { get; set; }
Property Value
- int