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 OrderGroupListItemModel

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

Constructors

OrderGroupListItemModel()

Declaration
public OrderGroupListItemModel()

OrderGroupListItemModel(IOrderGroup, ContactModel, IOrderGroupCalculator, OrderGroupType)

Declaration
public OrderGroupListItemModel(IOrderGroup orderGroup, ContactModel customer, IOrderGroupCalculator orderGroupCalculator, OrderGroupType orderGroupType)
Parameters
Type Name Description
IOrderGroup orderGroup
ContactModel customer
IOrderGroupCalculator orderGroupCalculator
OrderGroupType orderGroupType

Properties

Created

Declaration
public DateTime Created { get; set; }
Property Value
Type Description
System.DateTime

Customer

Declaration
public ContactModel Customer { get; set; }
Property Value
Type Description
ContactModel

CustomerName

Declaration
public string CustomerName { get; set; }
Property Value
Type Description
System.String

ExtendedProperties

Declaration
public IEnumerable<object> ExtendedProperties { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Object>

HasAwaitingReturnCompletable

Declaration
public Nullable<bool> HasAwaitingReturnCompletable { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

HasAwaitingStockReturns

Declaration
public Nullable<bool> HasAwaitingStockReturns { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

MarketName

Declaration
public string MarketName { get; set; }
Property Value
Type Description
System.String

Modified

Declaration
public Nullable<DateTime> Modified { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

OrderGroupId

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

OrderNumber

Declaration
public string OrderNumber { get; set; }
Property Value
Type Description
System.String

OrderStatus

Declaration
public string OrderStatus { get; set; }
Property Value
Type Description
System.String

SiteId

Declaration
public string SiteId { get; set; }
Property Value
Type Description
System.String

Total

Declaration
public MoneyModel Total { get; set; }
Property Value
Type Description
MoneyModel

Type

Declaration
public OrderGroupType Type { get; set; }
Property Value
Type Description
OrderGroupType