Class VariantInfoViewModel
- Namespace
- Dynamicweb.Ecommerce.ProductCatalog
- Assembly
- Dynamicweb.Ecommerce.dll
public class VariantInfoViewModel : FillableViewModelBase
- Inheritance
-
VariantInfoViewModel
- Inherited Members
-
Properties
Image
public MediaViewModel Image { get; set; }
Property Value
- MediaViewModel
OptionColor
public string OptionColor { get; set; }
Property Value
- string
OptionID
public string OptionID { get; set; }
Property Value
- string
OptionImage
public MediaViewModel OptionImage { get; set; }
Property Value
- MediaViewModel
OptionName
public string OptionName { get; set; }
Property Value
- string
OptionSort
public int OptionSort { get; set; }
Property Value
- int
Price
public PriceViewModel Price { get; set; }
Property Value
- PriceViewModel
PriceMax
public PriceViewModel PriceMax { get; set; }
Property Value
- PriceViewModel
PriceMin
public PriceViewModel PriceMin { get; set; }
Property Value
- PriceViewModel
ProductID
public string ProductID { get; set; }
Property Value
- string
ProductName
public string ProductName { get; set; }
Property Value
- string
ProductNumber
public string ProductNumber { get; set; }
Property Value
- string
ProductStock
public double ProductStock { get; set; }
Property Value
- double
Stock
public double Stock { get; set; }
Property Value
- double
VariantGroupDisplayType
public VariantGroupDisplayType VariantGroupDisplayType { get; set; }
Property Value
- VariantGroupDisplayType
VariantID
public string VariantID { get; set; }
Property Value
- string
VariantInfo
public List<VariantInfoViewModel> VariantInfo { get; set; }
Property Value
- List<VariantInfoViewModel>
VariantInfoGroupDescription
public string VariantInfoGroupDescription { get; set; }
Property Value
- string
VariantInfoGroupId
public string VariantInfoGroupId { get; set; }
Property Value
- string
VariantInfoGroupName
public string VariantInfoGroupName { get; set; }
Property Value
- string
Methods
GetParent()
public VariantInfoViewModel GetParent()
Returns
- VariantInfoViewModel