Method | Description | |
---|---|---|
AddProductToCompareList ( int productId ) : void |
Adds a product to a "compare products" list
|
|
ClearCompareProducts ( ) : void |
Clears a "compare products" list
|
|
CompareProductsService ( System.Web.HttpContextBase httpContext, IProductService productService ) : System |
Ctor
|
|
GetComparedProducts ( ) : IList |
Gets a "compare products" list
|
|
RemoveProductFromCompareList ( int productId ) : void |
Removes a product from a "compare products" list
|
Method | Description | |
---|---|---|
GetComparedProductIds ( ) : List |
Gets a "compare products" identifier list
|
public AddProductToCompareList ( int productId ) : void | ||
productId | int | Product identifier |
return | void |
public CompareProductsService ( System.Web.HttpContextBase httpContext, IProductService productService ) : System | ||
httpContext | System.Web.HttpContextBase | HTTP context |
productService | IProductService | Product service |
return | System |
public RemoveProductFromCompareList ( int productId ) : void | ||
productId | int | Product identifier |
return | void |