London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class OrdersFrequencyModel

Storage class for OrdersFrequency criterion

Inheritance
System.Object
OrdersFrequencyModel
Implements
System.ICloneable
Namespace: EPiServer.Business.Commerce.VisitorGroupsCriteria
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0
Syntax
public class OrdersFrequencyModel : ModelBase, ICloneable

Constructors

OrdersFrequencyModel()

Declaration
public OrdersFrequencyModel()

Properties

NumberOfDays

Gets or sets the number of days

Declaration
public int NumberOfDays { get; set; }
Property Value
Type Description
System.Int32

The number of days.

Remarks

When value of days is equal to zero, system will search all orders

OrderTimes

Gets or sets the order times.

Declaration
public int OrderTimes { get; set; }
Property Value
Type Description
System.Int32

The order times.

Implements

System.ICloneable