FindPriceAdjustments Method (RequestContext)

Get all retail price adjustments matching the given set of listings.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Data
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
Public Function FindPriceAdjustments ( _
    context As RequestContext _
) As ReadOnlyCollection(Of PriceAdjustment)
'Usage
Dim instance As PricingDataManager
Dim context As RequestContext
Dim returnValue As ReadOnlyCollection(Of PriceAdjustment)

returnValue = instance.FindPriceAdjustments(context)
public ReadOnlyCollection<PriceAdjustment> FindPriceAdjustments(
    RequestContext context
)
public:
ReadOnlyCollection<PriceAdjustment^>^ FindPriceAdjustments(
    RequestContext^ context
)

Parameters

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<PriceAdjustment>
All price adjustment rules which may apply to the item and context given.

See Also

Reference

PricingDataManager Class

FindPriceAdjustments Overload

Microsoft.Dynamics.Commerce.Runtime.Data Namespace