Class GetPriceQuery
Inheritance
System.Object
GetPriceQuery
Implements
EPiServer.Shell.Rest.IRestQuery<
Price>
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class GetPriceQuery : PriceQueryBase, IRestQuery<Price>
Constructors
Declaration
public GetPriceQuery(PricingLoader priceLoader, ReferenceConverter referenceConverter)
Parameters
Fields
QueryName
Declaration
public static readonly string QueryName
Field Value
Type |
Description |
System.String |
|
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(ContentReference, DefaultQueryParameters)
Declaration
protected override IEnumerable<Price> GetItems(ContentReference contentLink, DefaultQueryParameters parameters)
Parameters
Type |
Name |
Description |
EPiServer.Core.ContentReference |
contentLink |
|
EPiServer.Cms.Shell.UI.Rest.DefaultQueryParameters |
parameters |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<Price> |
|
Overrides
GetItems(ContentReference, DefaultQueryParameters, Int32, Int32, out Int32)
Declaration
protected override IEnumerable<Price> GetItems(ContentReference contentLink, DefaultQueryParameters parameters, int start, int numberOfRecord, out int total)
Parameters
Type |
Name |
Description |
EPiServer.Core.ContentReference |
contentLink |
|
EPiServer.Cms.Shell.UI.Rest.DefaultQueryParameters |
parameters |
|
System.Int32 |
start |
|
System.Int32 |
numberOfRecord |
|
System.Int32 |
total |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<Price> |
|
Overrides
Implements
EPiServer.Shell.Rest.IRestQuery<>