Class PricingLoader
Inheritance
System.Object
PricingLoader
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class PricingLoader : EntryLoaderBase
Constructors
PricingLoader(IContentLoader, IPriceDetailService, ReferenceConverter, ICatalogSystem)
Declaration
public PricingLoader(IContentLoader contentLoader, IPriceDetailService priceService, ReferenceConverter referenceConverter, ICatalogSystem catalogSystem)
Parameters
Methods
GetPrice(Int64)
Declaration
public PriceDetail GetPrice(long priceId)
Parameters
Type |
Name |
Description |
System.Int64 |
priceId |
|
Returns
GetPrices(ContentReference, MarketId, CustomerPricing)
Declaration
public ItemCollection<PriceDetail> GetPrices(ContentReference contentLink, MarketId marketId, CustomerPricing customerPricing)
Parameters
Type |
Name |
Description |
EPiServer.Core.ContentReference |
contentLink |
|
MarketId |
marketId |
|
CustomerPricing |
customerPricing |
|
Returns
GetPrices(ContentReference, MarketId, CustomerPricing, Int32, Int32, out Int32)
Declaration
public ItemCollection<PriceDetail> GetPrices(ContentReference contentLink, MarketId marketId, CustomerPricing customerPricing, int startIndex, int numberOfRecord, out int total)
Parameters
Type |
Name |
Description |
EPiServer.Core.ContentReference |
contentLink |
|
MarketId |
marketId |
|
CustomerPricing |
customerPricing |
|
System.Int32 |
startIndex |
|
System.Int32 |
numberOfRecord |
|
System.Int32 |
total |
|
Returns