Try our conversational search powered by Generative AI!

Class OrderPerPromotionDataAccess

This type/member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Provides data access for the order per promotion report.

Inheritance
System.Object
OrderPerPromotionDataAccess
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.Reporting.Order.Internal.DataAccess
Assembly: EPiServer.Commerce.Reporting.dll
Version: 13.30.0
Syntax
public class OrderPerPromotionDataAccess

Constructors

OrderPerPromotionDataAccess()

Initializes a new instance of OrderPerPromotionDataAccess

Declaration
public OrderPerPromotionDataAccess()

Methods

UpdateReportData(IEnumerable<Guid>, Guid)

Updates the order per promotion report data for a campaign and its promotions.

Declaration
public void UpdateReportData(IEnumerable<Guid> promotionGuids, Guid campaignGuid)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.Guid> promotionGuids

List of the promotion guids.

System.Guid campaignGuid

The campaign that contains those promotions.