ShoppingCartLine Class |
Namespace: CMS.Ecommerce
public class ShoppingCartLine : IDataContainer, ISimpleDataContainer
The ShoppingCartLine type exposes the following members.
Name | Description | |
---|---|---|
![]() | ShoppingCartLine |
Creates a new instance of the ShoppingCartLine.
|
Name | Description | |
---|---|---|
![]() | CartItemGUID |
Shopping cart item GUID.
|
![]() | CartItemID |
Shopping cart item ID.
|
![]() | CartItemParentGUID |
Shopping cart parent GUID.
|
![]() | CartItemText |
Text of the text product option.
|
![]() | ColumnNames |
Item's property names.
|
![]() | DiscountSummary |
Summary of the discounts applied on this item.
|
![]() | IsAccessoryProduct |
Indicates if this item represent an accessory item.
|
![]() | IsProductOption |
Indicates if this item represent a product option.
|
![]() | Item |
Gets or sets the value of the column.
|
![]() | SKUID |
SKU ID.
|
![]() | SKUImagePath |
Product image path.
|
![]() | SKUName |
Product name.
|
![]() | SKUNumber |
Product number.
|
![]() | SKUParentSKUID |
ID of the parent SKU.
|
![]() | SKUProductType |
The type of the product.
|
![]() | SKUSiteID |
SKU site ID.
|
![]() | TotalDiscount |
Total discount of the item.
|
![]() | TotalPrice |
Total price of the item.
|
![]() | TotalWeight |
Total weight of the item.
|
![]() | UnitPrice |
Unit price of the item.
|
![]() | Units |
Quantity of the item.
|
![]() | UnitTotalDiscount |
Unit total discount of the item.
|
![]() | UnitWeight |
Unit weight of the item.
|
Name | Description | |
---|---|---|
![]() | ContainsColumn |
Returns true if the object contains specified column.
|
![]() | GetValue |
Gets the value of column.
|
![]() | SetValue |
Sets value of column.
|
![]() | TryGetValue |
Returns value of column.
|
Name | Description | |
---|---|---|
![]() | CheckRequiredColumns |
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.) |
![]() | ToJSON |
Returns JSON representation of current instance of IDataContainer.
(Defined by DataExtensions.) |
![]() | ToXML(XmlWriter, Boolean) | Overloaded.
Writes XML representation of current instance of IDataContainer to provided XmlWriter.
(Defined by DataExtensions.) |
![]() | ToXML(String, Boolean) | Overloaded.
Returns XML representation of current instance of IDataContainer.
(Defined by DataExtensions.) |
![]() | ToXML(XmlWriter, ListString, Boolean) | Overloaded.
Writes XML representation of selected columns of current instance of IDataContainer to provided XmlWriter.
(Defined by DataExtensions.) |