Dynamicweb.eCommerce.Orders Namespace : OrderLineCollection Class |
The following tables list the members exposed by OrderLineCollection.
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>) |
Name | Description | |
---|---|---|
Add | Adds the specified order line. | |
Clear | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<OrderLine>) | |
Contains | Determines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<OrderLine>) | |
CopyTo | Copies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<OrderLine>) | |
GetEnumerator | Returns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<OrderLine>) | |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<OrderLine>) | |
Insert | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<OrderLine>) | |
Load | Loads the specified order lines. | |
Remove | Removes the specified order line. | |
RemoveAt | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<OrderLine>) | |
RemoveDiscounts | Removes the discounts. | |
RemoveLine | Removes the order line. | |
RemoveTaxes | Removes all Tax OrderLines from the collection. | |
Save | Saves the specified order ID. | |
UpdateBOMOrderLine | Updates the BOM order line. | |
UpdateQuantity | Updates the quantity. |
Name | Description | |
---|---|---|
ClearItems | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<OrderLine>) | |
InsertItem | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<OrderLine>) | |
RemoveItem | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<OrderLine>) | |
SetItem | Replaces the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<OrderLine>) |