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

상속: OxxCommerceStarterKit.Web.Models.Catalog.Base.ProductBase, IIndexableContent, IProductListViewModelInitializer, IResourceable
파일 보기 프로젝트 열기: episerver/Commerce-Demo-Kit

Private Properties

프로퍼티 타입 설명
GetDisplayPriceWithCheck string
GetGenericVariants List
GetPriceWithCheck double

공개 메소드들

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

비공개 메소드들

메소드 설명
GetDisplayPriceWithCheck ( PriceAndMarket price ) : string
GetGenericVariants ( IEnumerable productVariants, IMarket market ) : List
GetPriceWithCheck ( PriceAndMarket price ) : double

메소드 상세

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