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 PriceQueryProvider

Inheritance
System.Object
PriceQueryProvider
Implements
EPiServer.Shell.Rest.IQueryProvider<Price>
Namespace: EPiServer.Commerce.Shell.Rest.Query
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class PriceQueryProvider : Object, 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<>