Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class FacetGroupProvider

Inheritance
System.Object
FacetGroupProvider
Namespace: EPiServer.Commerce.Shell.Facets
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class FacetGroupProvider : Object

Constructors

FacetGroupProvider(FacetFactory, LocalizationService, IMarketService, IContentLoader, CampaignInfoExtractor)

Declaration
public FacetGroupProvider(FacetFactory facetFactory, LocalizationService localizationService, IMarketService marketService, IContentLoader contentLoader, CampaignInfoExtractor campaignInfoExtractor)
Parameters
Type Name Description
FacetFactory facetFactory
EPiServer.Framework.Localization.LocalizationService localizationService
IMarketService marketService
EPiServer.IContentLoader contentLoader
CampaignInfoExtractor campaignInfoExtractor

Methods

GetDiscountFacetGroups()

Declaration
public virtual IEnumerable<FacetGroup> GetDiscountFacetGroups()
Returns
Type Description
System.Collections.Generic.IEnumerable<FacetGroup>

GetFacetGroups()

Declaration
public virtual IEnumerable<FacetGroup> GetFacetGroups()
Returns
Type Description
System.Collections.Generic.IEnumerable<FacetGroup>