London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class PricingExtensions

Inheritance
System.Object
PricingExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Commerce.Shell.Catalog
Assembly: EPiServer.Commerce.Shell.dll
Version: 13.30.0
Syntax
public static class PricingExtensions

Methods

GetPrices(IPricing, ReadOnlyPricingLoader)

Declaration
public static ItemCollection<Price> GetPrices(this IPricing pricing, ReadOnlyPricingLoader pricingLoader)
Parameters
Type Name Description
IPricing pricing
ReadOnlyPricingLoader pricingLoader
Returns
Type Description
ItemCollection<Price>

GetPrices(IPricing, ReadOnlyPricingLoader, MarketId, CustomerPricing)

Declaration
public static ItemCollection<Price> GetPrices(this IPricing pricing, ReadOnlyPricingLoader pricingLoader, MarketId marketId, CustomerPricing customerPricing)
Parameters
Type Name Description
IPricing pricing
ReadOnlyPricingLoader pricingLoader
MarketId marketId
CustomerPricing customerPricing
Returns
Type Description
ItemCollection<Price>

GetPrices(IPricing, ReadOnlyPricingLoader, MarketId, IEnumerable<CustomerPricing>)

Declaration
public static ItemCollection<Price> GetPrices(this IPricing pricing, ReadOnlyPricingLoader pricingLoader, MarketId marketId, IEnumerable<CustomerPricing> customerPricings)
Parameters
Type Name Description
IPricing pricing
ReadOnlyPricingLoader pricingLoader
MarketId marketId
System.Collections.Generic.IEnumerable<CustomerPricing> customerPricings
Returns
Type Description
ItemCollection<Price>