C# Class Kooboo.Commerce.Events.Products.GetPrice

Inheritance: Event, IProductEvent
Exibir arquivo Open project: Kooboo/Ecommerce Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetPrice ( int productId, int variantId, decimal originalPrice, ShoppingContext shoppingContext ) : System

Protected Methods

Method Description
GetPrice ( ) : System

Method Details

GetPrice() protected method

protected GetPrice ( ) : System
return System

GetPrice() public method

public GetPrice ( int productId, int variantId, decimal originalPrice, ShoppingContext shoppingContext ) : System
productId int
variantId int
originalPrice decimal
shoppingContext Kooboo.Commerce.Carts.ShoppingContext
return System