C# Class EPiServerSiteCMS.Business.ProductBL

Inheritance: IProductBL
Afficher le fichier Open project: Techromix/Internship

Méthodes publiques

Méthode Description
GetAVariant ( EPiServer.Core.ContentReference contentReference ) : NikeVariant
GetAllVariantsForAllProducts ( ) : List
GetAllVariantsForProduct ( NikeProduct currentPage ) : List
GetAssetUrlsForVariant ( NikeVariant variant ) : List
GetVariantPrice ( string code ) : decimal
ProductBL ( ) : System

Private Methods

Méthode Description
GetMediaUrl ( CommerceMedia media ) : string

Method Details

GetAVariant() public méthode

public GetAVariant ( EPiServer.Core.ContentReference contentReference ) : NikeVariant
contentReference EPiServer.Core.ContentReference
Résultat NikeVariant

GetAllVariantsForAllProducts() public méthode

public GetAllVariantsForAllProducts ( ) : List
Résultat List

GetAllVariantsForProduct() public méthode

public GetAllVariantsForProduct ( NikeProduct currentPage ) : List
currentPage EPiServerSiteCMS.Models.Catalog.NikeProduct
Résultat List

GetAssetUrlsForVariant() public méthode

public GetAssetUrlsForVariant ( NikeVariant variant ) : List
variant NikeVariant
Résultat List

GetVariantPrice() public méthode

public GetVariantPrice ( string code ) : decimal
code string
Résultat decimal

ProductBL() public méthode

public ProductBL ( ) : System
Résultat System