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

Inheritance: OxxCommerceStarterKit.Web.Models.Catalog.Base.ProductBase, IIndexableContent, IProductListViewModelInitializer
Exibir arquivo Open project: episerver/Commerce-Demo-Kit Class Usage Examples

Private Properties

Property Type Description
CreateSizeList List
GetFashionVariants List

Public Methods

Method Description
GetFindProduct ( IMarket market ) : FindProduct
GetVariants ( ProductContent product ) : List
Populate ( IMarket market ) : ProductListViewModel
ShouldIndex ( ) : bool

Private Methods

Method Description
CreateSizeList ( List sizes, string sizeUnit, string sizeType ) : List
GetFashionVariants ( List productVariants, IMarket market ) : List

Method Details

GetFindProduct() public method

public GetFindProduct ( IMarket market ) : FindProduct
market IMarket
return OxxCommerceStarterKit.Web.Models.FindModels.FindProduct

GetVariants() public method

public GetVariants ( ProductContent product ) : List
product ProductContent
return List

Populate() public method

public Populate ( IMarket market ) : ProductListViewModel
market IMarket
return OxxCommerceStarterKit.Web.Models.ViewModels.ProductListViewModel

ShouldIndex() public method

public ShouldIndex ( ) : bool
return bool