Table of Contents

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

string

FacetGroupType

Gets or sets the type of the facet group.

public string FacetGroupType { get; set; }

Property Value

string

Facets

Gets or sets the facets within the facet group.

public IEnumerable<FacetViewModel> Facets { get; set; }

Property Value

IEnumerable<FacetViewModel>

Name

Gets or sets the name of the facet group.

public string Name { get; set; }

Property Value

string
To top