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

Inheritance
System.Object
RestStoreBase<T>
Namespace: EPiServer.Commerce.Shell.Rest
Assembly: EPiServer.Commerce.Shell.dll
Version: 13.30.0
Syntax
public abstract class RestStoreBase<T> : RestControllerBase
Type Parameters
Name Description
T

Constructors

RestStoreBase(IQueryProvider<T>)

Declaration
protected RestStoreBase(IQueryProvider<T> queryProvider)
Parameters
Type Name Description
EPiServer.Shell.Rest.IQueryProvider<T> queryProvider

Properties

QueryName

Declaration
protected abstract string QueryName { get; }
Property Value
Type Description
System.String

Methods

Query(String, ContentReference, ItemRange)

Declaration
protected RestResultBase Query(string query, ContentReference referenceId, ItemRange range)
Parameters
Type Name Description
System.String query
EPiServer.Core.ContentReference referenceId
EPiServer.Shell.Services.Rest.ItemRange range
Returns
Type Description
EPiServer.Shell.Services.Rest.RestResultBase