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 ReportingAdditionalDataHandler

Service to handle additional data for reporting.

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

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