Class GetPromotionsByDiscountType
Inheritance
System.Object
GetPromotionsByDiscountType
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
public class GetPromotionsByDiscountType : GetContentsByFacet
Constructors
GetPromotionsByDiscountType(IContentLoader)
Declaration
public GetPromotionsByDiscountType(IContentLoader contentLoader)
Parameters
Type |
Name |
Description |
EPiServer.IContentLoader |
contentLoader |
|
Properties
Declaration
public override string Key { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
GetItems(IEnumerable<IContent>, IEnumerable<String>)
Declaration
public override IEnumerable<IContent> GetItems(IEnumerable<IContent> items, IEnumerable<string> conditions)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<EPiServer.Core.IContent> |
items |
|
System.Collections.Generic.IEnumerable<System.String> |
conditions |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<EPiServer.Core.IContent> |
|
Overrides