Méthode | Description | |
---|---|---|
BasketItem ( Agathas.Storefront.Shopping.Model.Baskets.ProductSnapshot product_snapshot, |
||
change_item_quantity_to ( |
||
contains ( Agathas.Storefront.Shopping.Model.Baskets.ProductSnapshot product_snapshot ) : bool | ||
contains_product_that_is_in_same_category_as ( string category ) : bool | ||
increase_item_quantity_by ( |
||
line_total ( ) : Agathas.Storefront.Common.Money |
Méthode | Description | |
---|---|---|
BasketItem ( ) : System |
public BasketItem ( Agathas.Storefront.Shopping.Model.Baskets.ProductSnapshot product_snapshot, |
||
product_snapshot | Agathas.Storefront.Shopping.Model.Baskets.ProductSnapshot | |
quantity | ||
Résultat | System |
public change_item_quantity_to ( |
||
quantity | ||
Résultat | void |
public contains ( Agathas.Storefront.Shopping.Model.Baskets.ProductSnapshot product_snapshot ) : bool | ||
product_snapshot | Agathas.Storefront.Shopping.Model.Baskets.ProductSnapshot | |
Résultat | bool |
public contains_product_that_is_in_same_category_as ( string category ) : bool | ||
category | string | |
Résultat | bool |
public increase_item_quantity_by ( |
||
quantity | ||
Résultat | void |
public line_total ( ) : Agathas.Storefront.Common.Money | ||
Résultat | Agathas.Storefront.Common.Money |