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 OrderProcessingResult

Represents results when processing an IPurchaseOrder or IShipment.

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

Constructors

OrderProcessingResult(IDictionary<ILineItem, IList<ValidationIssue>>)

Initializes a new instance of the OrderProcessingResult class.

Declaration
public OrderProcessingResult(IDictionary<ILineItem, IList<ValidationIssue>> result)
Parameters
Type Name Description
System.Collections.Generic.IDictionary<ILineItem, System.Collections.Generic.IList<ValidationIssue>> result

The order processing result.

Properties

Result

Gets the processing result.

Declaration
public IDictionary<ILineItem, IList<ValidationIssue>> Result { get; }
Property Value
Type Description
System.Collections.Generic.IDictionary<ILineItem, System.Collections.Generic.IList<ValidationIssue>>