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 OrderFilterResult

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

Constructors

OrderFilterResult(IEnumerable<Int32>, Int32)

Initializes a new instance of the OrderFilterResult class.

Declaration
public OrderFilterResult(IEnumerable<int> orderIds, int totalRecords)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.Int32> orderIds

The collection of order ids found.

System.Int32 totalRecords

The total number of records found.

Properties

OrderIds

The returned order ids.

Declaration
public IEnumerable<int> OrderIds { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Int32>

TotalRecords

The total records found.

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