Dynamicweb.eCommerce.Orders Namespace : OrderLineCollection Class |
For a list of all members of this type, see OrderLineCollection members.
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>) |