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 EntryFilterHandler

Handles excluded entries of order form from promotion engine.

Inheritance
System.Object
EntryFilterHandler
Namespace: EPiServer.Commerce.Marketing
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
public class EntryFilterHandler : Object

Constructors

EntryFilterHandler(IEntryFilter, IOrderForm)

Initializes a new instance of the EntryFilterHandler class.

Declaration
public EntryFilterHandler(IEntryFilter entryFilter, IOrderForm orderForm)
Parameters
Type Name Description
IEntryFilter entryFilter

The entry filter.

IOrderForm orderForm

The order form.

Methods

ExcludeItems()

Removes excluded line items from the order form.

Declaration
public void ExcludeItems()

RestoreItems()

Restores excluded line items back to the order form.

Declaration
public void RestoreItems()