Class FacetItem
Inheritance
System.Object
FacetItem
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class FacetItem : Object
Constructors
FacetItem(String, String, String)
Declaration
public FacetItem(string id, string name, string iconClass = "")
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.String |
name |
|
System.String |
iconClass |
|
Properties
Count
Declaration
public int Count { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IconClass
Declaration
public string IconClass { get; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public string Id { get; }
Property Value
Type |
Description |
System.String |
|
IsDefault
Declaration
public bool IsDefault { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|