Table of Contents

Class FacetGroupViewModel

Namespace
Dynamicweb.Ecommerce.ProductCatalog
Assembly
Dynamicweb.Ecommerce.dll
public class FacetGroupViewModel : FillableViewModelBase
Inheritance
FacetGroupViewModel
Inherited Members

Properties

Description

public string Description { get; set; }

Property Value

string

FacetGroupType

public string FacetGroupType { get; set; }

Property Value

string

Facets

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

Property Value

IEnumerable<FacetViewModel>

Name

public string Name { get; set; }

Property Value

string
To top