Table of Contents

Class FacetOptionViewModel

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

Properties

Count

public long Count { get; set; }

Property Value

long

Label

public string Label { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Selected

public bool Selected { get; set; }

Property Value

bool

Sort

public int Sort { get; set; }

Property Value

int

Value

public string Value { get; set; }

Property Value

string
To top