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 PriceQueryProvider

Inheritance
System.Object
PriceQueryProvider
Implements
EPiServer.Shell.Rest.IQueryProvider<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 PriceQueryProvider : IQueryProvider<Price>

Constructors

PriceQueryProvider(IEnumerable<IRestQuery<Price>>)

Declaration
public PriceQueryProvider(IEnumerable<IRestQuery<Price>> queries)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<EPiServer.Shell.Rest.IRestQuery<Price>> queries

Methods

GetQuery(String, IQueryParameters)

Declaration
public virtual IRestQuery<Price> GetQuery(string queryName, IQueryParameters parameters)
Parameters
Type Name Description
System.String queryName
EPiServer.Shell.Rest.IQueryParameters parameters
Returns
Type Description
EPiServer.Shell.Rest.IRestQuery<Price>

Implements

EPiServer.Shell.Rest.IQueryProvider<>