C# 클래스 OxxCommerceStarterKit.Web.Models.Catalog.WineSKUContent

상속: VariationContent, IFacetBrand, IIndexableContent, IProductListViewModelInitializer, IResourceable
파일 보기 프로젝트 열기: episerver/Commerce-Demo-Kit 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetGrapeMixList List

공개 메소드들

메소드 설명
GetFindProduct ( IMarket market ) : FindProduct
Populate ( IMarket market ) : ProductListViewModel
ShouldIndex ( ) : bool

비공개 메소드들

메소드 설명
GetGrapeMixList ( ) : List

A typical property contains something like this: "Gruner 40%, Pinot Noir 60%" We parse it and remove numbers and percentages

메소드 상세

GetFindProduct() 공개 메소드

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

Populate() 공개 메소드

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

ShouldIndex() 공개 메소드

public ShouldIndex ( ) : bool
리턴 bool