Class FacetGroupViewModel
- Namespace
- Dynamicweb.Ecommerce.ProductCatalog
- Assembly
- Dynamicweb.Ecommerce.dll
Represents a facet group in the product catalog listing search results.
public class FacetGroupViewModel : FillableViewModelBase
- Inheritance
-
FacetGroupViewModel
- Inherited Members
Properties
Description
Gets or sets the description of the facet group.
public string Description { get; set; }
Property Value
FacetGroupType
Gets or sets the type of the facet group.
public string FacetGroupType { get; set; }
Property Value
Facets
Gets or sets the facets within the facet group.
public IEnumerable<FacetViewModel> Facets { get; set; }
Property Value
Name
Gets or sets the name of the facet group.
public string Name { get; set; }