Click or drag to resize

OrderCombinationGroupingSummaryEntitySiteOrders Property

Gets or sets the site orders.

Namespace:  AMCS.Elemos.IntegrationService.Entity.CasualCustomer.OrderCombinationGroup
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IList<OrderCombinationGroupingSiteOrderSummaryEntity> SiteOrders { get; set; }

Property Value

Type: IListOrderCombinationGroupingSiteOrderSummaryEntity
The site orders.
See Also