Class BomConfigurationViewModel
- Namespace
- Dynamicweb.Ecommerce.ProductCatalog
- Assembly
- Dynamicweb.Ecommerce.dll
If the product is of type BOM this can be returned and is the container around all BOM data
public class BomConfigurationViewModel : FillableViewModelBase
- Inheritance
-
BomConfigurationViewModel
- Inherited Members
Properties
Groups
public List<BomGroupViewModel> Groups { get; set; }
Property Value
Items
public List<BomItemViewModel> Items { get; set; }