C# 클래스 EPiServerSiteCMS.Business.ProductBL

상속: IProductBL
파일 보기 프로젝트 열기: Techromix/Internship

공개 메소드들

메소드 설명
GetAVariant ( EPiServer.Core.ContentReference contentReference ) : NikeVariant
GetAllVariantsForAllProducts ( ) : List
GetAllVariantsForProduct ( NikeProduct currentPage ) : List
GetAssetUrlsForVariant ( NikeVariant variant ) : List
GetVariantPrice ( string code ) : decimal
ProductBL ( ) : System

비공개 메소드들

메소드 설명
GetMediaUrl ( CommerceMedia media ) : string

메소드 상세

GetAVariant() 공개 메소드

public GetAVariant ( EPiServer.Core.ContentReference contentReference ) : NikeVariant
contentReference EPiServer.Core.ContentReference
리턴 NikeVariant

GetAllVariantsForAllProducts() 공개 메소드

public GetAllVariantsForAllProducts ( ) : List
리턴 List

GetAllVariantsForProduct() 공개 메소드

public GetAllVariantsForProduct ( NikeProduct currentPage ) : List
currentPage EPiServerSiteCMS.Models.Catalog.NikeProduct
리턴 List

GetAssetUrlsForVariant() 공개 메소드

public GetAssetUrlsForVariant ( NikeVariant variant ) : List
variant NikeVariant
리턴 List

GetVariantPrice() 공개 메소드

public GetVariantPrice ( string code ) : decimal
code string
리턴 decimal

ProductBL() 공개 메소드

public ProductBL ( ) : System
리턴 System