Class FacetGroupViewModel
- Namespace
- Dynamicweb.QueryPublisher
- Assembly
- Dynamicweb.QueryPublisher.dll
Represents a ViewModelBase for facet group information.
public sealed class FacetGroupViewModel : ViewModelBase
- Inheritance
-
FacetGroupViewModel
- Inherited Members
Properties
Description
A description of the facet group.
public string Description { get; set; }
Property Value
- string
Detailed information about the facet group.
Facets
A list of facets that are members of the facet group.
public IEnumerable<FacetViewModel> Facets { get; set; }
Property Value
- IEnumerable<FacetViewModel>
Collection of facets.
Name
The name of the facet group, for example "Electricals".
public string Name { get; set; }
Property Value
- string
The display name of the facet group.