Dynamicweb.eCommerce.Orders Namespace : OrderLine Class |
The following tables list the members exposed by OrderLine.
Name | Description | |
---|---|---|
OrderLine Constructor | Overloaded. |
Name | Description | |
---|---|---|
AllowOverridePrices | Indicated whether Price is overridden and not calculated. Used to set explicit PriceInfo values | |
BOM | Gets or sets a value indicating whether this OrderLine is BOM. | |
BOMItemID | Gets or sets the BOM item ID. | |
BOMOrderLines | Gets or sets the BOM order lines. | |
Date | Gets or sets the date. | |
DiscountID | Gets or sets the discount ID. | |
ID | Gets or sets the ID. | |
Modified | Gets or sets when the order line was modified. | |
Order | Gets or sets the order. | |
OrderID | Gets or sets the order ID. | |
OrderLineFieldValue | Gets the OrderLineFieldValue object. | |
OrderLineFieldValues | Gets or sets the collection of OrderLineFieldValue objects. | |
PageID | Gets or sets the page ID. | |
ParentLineID | Gets or sets the parent line ID. | |
Price | Gets the price. | |
Product | Gets or sets the product. | |
ProductID | Gets or sets the product ID. | |
ProductName | Gets or sets the product name. | |
ProductNumber | Gets or sets the product number. | |
ProductVariantID | Gets or sets the product variant ID. | |
ProductVariantText | Gets or sets the product variant text. | |
Quantity | Gets or sets the quantity. | |
Reference | Gets or sets the reference. | |
Type | Gets or sets the type. | |
UnitID | Gets or sets the unit ID. | |
UnitPrice | Gets or sets the unit price. | |
Volume | Gets the volume. | |
Weight | Gets the weight. |
Name | Description | |
---|---|---|
CanBeMerged | Determines whether this instance can be merged with another order line. | |
Clone | Clones this instance. | |
Copy | Copies this instance. | |
Delete | Overloaded. Deletes order line from DB | |
GetOrderLineByID | Overloaded. Gets the OrderLine by ID. | |
GetOrderLinesByOrder | Gets the order lines. | |
Save | Overloaded. Saves the specified row. | |
SetProductInformation | Sets the product information based on the given Dynamicweb.eCommerce.Products.Product. Usually used for BOM products. | |
SetUnitPrice | Overloaded. Sets the unit price. |