Class GetPriceQuery

Inheritance
System.Object
GetPriceQuery
Implements
EPiServer.Shell.Rest.IRestQuery<Price>
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.Rest.Query
Assembly: EPiServer.Commerce.Shell.dll
Version: 13.30.0
Syntax
public class GetPriceQuery : PriceQueryBase, IRestQuery<Price>

Constructors

GetPriceQuery(PricingLoader, ReferenceConverter)

Declaration
public GetPriceQuery(PricingLoader priceLoader, ReferenceConverter referenceConverter)
Parameters
Type Name Description
PricingLoader priceLoader
ReferenceConverter referenceConverter

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<>