Class FacetViewModel
- Namespace
- Dynamicweb.Ecommerce.ProductCatalog
- Assembly
- Dynamicweb.Ecommerce.dll
public class FacetViewModel : FillableViewModelBase
- Inheritance
-
FacetViewModel
- Inherited Members
-
Properties
FacetField
public string FacetField { get; set; }
Property Value
- string
FacetType
public string FacetType { get; set; }
Property Value
- string
FacetValue
public string FacetValue { get; set; }
Property Value
- string
MaximumFacetValue
public double MaximumFacetValue { get; set; }
Property Value
- double
MinimumFacetValue
public double MinimumFacetValue { get; set; }
Property Value
- double
Name
public string Name { get; set; }
Property Value
- string
OptionActiveCount
public int OptionActiveCount { get; set; }
Property Value
- int
OptionCount
public int OptionCount { get; set; }
Property Value
- int
OptionResultTotalCount
public long OptionResultTotalCount { get; set; }
Property Value
- long
Options
public IEnumerable<FacetOptionViewModel> Options { get; set; }
Property Value
- IEnumerable<FacetOptionViewModel>
QueryParameter
public string QueryParameter { get; set; }
Property Value
- string
QueryParameterDefaultValue
public string QueryParameterDefaultValue { get; set; }
Property Value
- string
QueryParameterType
public string QueryParameterType { get; set; }
Property Value
- string
RenderType
public string RenderType { get; set; }
Property Value
- string