With Opticon around the corner, we'll be canceling this month's (Sept) Happy Hour.

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