Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class GetReadOnlyPricesQuery

Inheritance
System.Object
GetReadOnlyPricesQuery
Implements
EPiServer.Shell.Rest.IRestQuery<Price>
Namespace: EPiServer.Commerce.Shell.Rest.Query
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.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<>