C# Class OxxCommerceStarterKit.Web.Models.Catalog.GenericProductContent

Inheritance: OxxCommerceStarterKit.Web.Models.Catalog.Base.ProductBase, IIndexableContent, IProductListViewModelInitializer, IResourceable
Afficher le fichier Open project: episerver/Commerce-Demo-Kit

Private Properties

Свойство Type Description
GetDisplayPriceWithCheck string
GetGenericVariants List
GetPriceWithCheck double

Méthodes publiques

Méthode Description
GetFindProduct ( IMarket market ) : FindProduct
Populate ( IMarket market ) : ProductListViewModel
ShouldIndex ( ) : bool

Private Methods

Méthode Description
GetDisplayPriceWithCheck ( PriceAndMarket price ) : string
GetGenericVariants ( IEnumerable productVariants, IMarket market ) : List
GetPriceWithCheck ( PriceAndMarket price ) : double

Method Details

GetFindProduct() public méthode

public GetFindProduct ( IMarket market ) : FindProduct
market IMarket
Résultat OxxCommerceStarterKit.Web.Models.FindModels.FindProduct

Populate() public méthode

public Populate ( IMarket market ) : ProductListViewModel
market IMarket
Résultat OxxCommerceStarterKit.Web.Models.ViewModels.ProductListViewModel

ShouldIndex() public méthode

public ShouldIndex ( ) : bool
Résultat bool