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 GetReadOnlyPricesQuery

Inheritance
System.Object
GetReadOnlyPricesQuery
Implements
EPiServer.Shell.Rest.IRestQuery<Price>
Namespace: EPiServer.Commerce.Shell.Rest.Query
Assembly: EPiServer.Commerce.Shell.dll
Version: 13.30.0
Syntax
public class GetReadOnlyPricesQuery : PriceQueryBase, IRestQuery<Price>

Constructors

GetReadOnlyPricesQuery(ReadOnlyPricingLoader, ReferenceConverter)

Declaration
public GetReadOnlyPricesQuery(ReadOnlyPricingLoader readOnlyPriceLoader, ReferenceConverter referenceConverter)
Parameters
Type Name Description
ReadOnlyPricingLoader readOnlyPriceLoader
ReferenceConverter referenceConverter

Properties

Name

Declaration
public override string Name { get; }
Property Value
Type Description
System.String
Overrides
EPiServer.Commerce.Shell.Rest.Query.GetQueryBase<EPiServer.Commerce.SpecializedProperties.Price>.Name

Methods

GetItems(DefaultQueryParameters)

Declaration
protected override IEnumerable<Price> GetItems(DefaultQueryParameters parameters)
Parameters
Type Name Description
EPiServer.Cms.Shell.UI.Rest.DefaultQueryParameters parameters
Returns
Type Description
System.Collections.Generic.IEnumerable<Price>
Overrides
EPiServer.Commerce.Shell.Rest.Query.GetQueryBase<EPiServer.Commerce.SpecializedProperties.Price>.GetItems(EPiServer.Cms.Shell.UI.Rest.DefaultQueryParameters)

Implements

EPiServer.Shell.Rest.IRestQuery<>