Dynamicweb.eCommerce.Orders Namespace : OrderLineCollection Class |
For a list of all members of this type, see OrderLineCollection members.
Name | Description | |
---|---|---|
Count | Gets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<OrderLine>) | |
CountOnlyBOM | Gets the count of BOM. | |
CountOnlyDiscounts | Gets the number of OrderLines of type "Discount" and "ProductDiscount". | |
CountOnlyProducts | Gets the count of products. | |
CountOnlyTaxes | Gets the number of OrderLines of type "Tax". | |
Item | Gets or sets the element at the specified index. | |
Order | Gets or sets the order. | |
Price | Gets the price. |
Name | Description | |
---|---|---|
Items | Gets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<OrderLine>) |