Class ProductGroupViewModel
- Namespace
- Dynamicweb.Ecommerce.ProductCatalog
- Assembly
- Dynamicweb.Ecommerce.dll
public class ProductGroupViewModel : GroupInfoViewModel
- Inheritance
-
ProductGroupViewModel
- Inherited Members
-
- Extension Methods
-
Properties
Assets
public IList<MediaViewModel> Assets { get; set; }
Property Value
- IList<MediaViewModel>
CategoryName
public string CategoryName { get; set; }
Property Value
- string
CategorySystemName
public string CategorySystemName { get; set; }
Property Value
- string
Description
public string Description { get; set; }
Property Value
- string
GroupFields
public IList<FieldValueViewModel> GroupFields { get; set; }
Property Value
- IList<FieldValueViewModel>
Id
public override string Id { get; set; }
Property Value
- string
public string MetaDescription { get; set; }
Property Value
- string
Name
public override string Name { get; set; }
Property Value
- string
Number
public string Number { get; set; }
Property Value
- string
Title
public string Title { get; set; }
Property Value
- string