Class EntryFilterHandler
Handles excluded entries of order form from promotion engine.
Inheritance
System.Object
EntryFilterHandler
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Commerce.Marketing
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0Syntax
public class EntryFilterHandler
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()