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

Inheritance: VariationContent, IIndexableContent, IProductListViewModelInitializer, IResourceable
Afficher le fichier Open project: episerver/Commerce-Demo-Kit Class Usage Examples

Private Properties

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

Méthodes publiques

Méthode Description
GetFindProduct ( Mediachase market ) : FindProduct
GetProductByVariant ( EPiServer.Core.ContentReference variation ) : IEnumerable
Populate ( Mediachase currentMarket ) : ProductListViewModel
ShouldIndex ( ) : bool

Private Methods

Méthode Description
GetDisplayPriceWithCheck ( PriceAndMarket price ) : string
GetPriceWithCheck ( PriceAndMarket price ) : double

Method Details

GetFindProduct() public méthode

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

GetProductByVariant() public méthode

public GetProductByVariant ( EPiServer.Core.ContentReference variation ) : IEnumerable
variation EPiServer.Core.ContentReference
Résultat IEnumerable

Populate() public méthode

public Populate ( Mediachase currentMarket ) : ProductListViewModel
currentMarket Mediachase
Résultat OxxCommerceStarterKit.Web.Models.ViewModels.ProductListViewModel

ShouldIndex() public méthode

public ShouldIndex ( ) : bool
Résultat bool