Class GetSalesCampaignChildrenQuery
Inheritance
System.Object
GetSalesCampaignChildrenQuery
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class GetSalesCampaignChildrenQuery : GetSalesCampaignQueryBase
Constructors
Declaration
public GetSalesCampaignChildrenQuery(IContentQueryHelper queryHelper, IContentRepository contentRepository, LanguageSelectorFactory languageSelectorFactory, CampaignInfoExtractor campaignInfoExtractor, UserInterfaceOptions userInterfaceOptions, FacetFilterProvider facetFilterProvider)
Parameters
Type |
Name |
Description |
EPiServer.Cms.Shell.UI.Rest.ContentQuery.IContentQueryHelper |
queryHelper |
|
EPiServer.IContentRepository |
contentRepository |
|
EPiServer.Core.LanguageSelectorFactory |
languageSelectorFactory |
|
CampaignInfoExtractor |
campaignInfoExtractor |
|
EPiServer.Shell.Web.Internal.UserInterfaceOptions |
userInterfaceOptions |
|
FacetFilterProvider |
facetFilterProvider |
|
Properties
FacetFunctions
Declaration
protected override IEnumerable<GetContentsByFacet> FacetFunctions { get; }
Property Value
Overrides
Rank
Declaration
public override int Rank { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Sort(IEnumerable<IContent>, ContentQueryParameters)
Declaration
protected override IEnumerable<IContent> Sort(IEnumerable<IContent> items, ContentQueryParameters parameters)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<EPiServer.Core.IContent> |
items |
|
EPiServer.Cms.Shell.UI.Rest.ContentQuery.ContentQueryParameters |
parameters |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<EPiServer.Core.IContent> |
|