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 OrderHistorySearchResultsModel

Inheritance
System.Object
OrderHistorySearchResultsModel
Namespace: EPiServer.Commerce.UI.CustomerService.Models
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
Syntax
public class OrderHistorySearchResultsModel : Object

Constructors

OrderHistorySearchResultsModel(IEnumerable<OrderHistoryListItemModel>, Int32)

Declaration
public OrderHistorySearchResultsModel(IEnumerable<OrderHistoryListItemModel> result, int total)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<OrderHistoryListItemModel> result
System.Int32 total

Properties

Results

Declaration
public IEnumerable<OrderHistoryListItemModel> Results { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<OrderHistoryListItemModel>

TotalRecords

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