Click or drag to resize

BagOrderPartialEntity.SelectedBags Property

Gets or sets the Selected Bags

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

Property Value

Type: IList<ServiceProductEntity>
The Selected Bags
See Also