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 ReportingAdditionalDataHandler

Service to handle additional data for reporting.

Inheritance
System.Object
ReportingAdditionalDataHandler
Namespace: EPiServer.Commerce.Reporting.Order
Assembly: EPiServer.Commerce.Reporting.dll
Version: 14.26.0
Syntax
public class ReportingAdditionalDataHandler : Object

Constructors

ReportingAdditionalDataHandler()

Declaration
public ReportingAdditionalDataHandler()

Methods

GetAdditionalData(Int32, Int32)

Get the custom data for reports.

Declaration
public virtual IEnumerable<string> GetAdditionalData(int lineItemId, int orderGroupId)
Parameters
Type Name Description
System.Int32 lineItemId

The line item Id.

System.Int32 orderGroupId

The order group Id.

Returns
Type Description
System.Collections.Generic.IEnumerable<System.String>

The collection of additional properties

Remarks

Override this method to fill value for custom properties