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

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

Private Properties

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

공개 메소드들

메소드 설명
GetFindProduct ( Mediachase market ) : FindProduct
GetProductByVariant ( EPiServer.Core.ContentReference variation ) : IEnumerable
Populate ( Mediachase currentMarket ) : ProductListViewModel
ShouldIndex ( ) : bool

비공개 메소드들

메소드 설명
GetDisplayPriceWithCheck ( PriceAndMarket price ) : string
GetPriceWithCheck ( PriceAndMarket price ) : double

메소드 상세

GetFindProduct() 공개 메소드

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

GetProductByVariant() 공개 메소드

public GetProductByVariant ( EPiServer.Core.ContentReference variation ) : IEnumerable
variation EPiServer.Core.ContentReference
리턴 IEnumerable

Populate() 공개 메소드

public Populate ( Mediachase currentMarket ) : ProductListViewModel
currentMarket Mediachase
리턴 OxxCommerceStarterKit.Web.Models.ViewModels.ProductListViewModel

ShouldIndex() 공개 메소드

public ShouldIndex ( ) : bool
리턴 bool