Class InventoryStore
Inheritance
System.Object
InventoryStore
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class InventoryStore : RestStoreBase<Inventory>
Constructors
Declaration
public InventoryStore(InventoryLoader inventoryLoader, RestStoreHelper restStoreHelper, IInventoryService inventoryService, IQueryProvider<Inventory> queryProvider)
Parameters
Properties
QueryName
Declaration
protected override string QueryName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
EPiServer.Commerce.Shell.Rest.RestStoreBase<EPiServer.Commerce.SpecializedProperties.Inventory>.QueryName
Methods
Delete(String)
Declaration
public RestResultBase Delete(string id)
Parameters
Type |
Name |
Description |
System.String |
id |
|
Returns
Type |
Description |
EPiServer.Shell.Services.Rest.RestResultBase |
|
Get(ContentReference, String, ItemRange, Boolean)
Declaration
public RestResultBase Get(ContentReference referenceId, string query, ItemRange range, bool includeEmptyWarehouses = false)
Parameters
Type |
Name |
Description |
EPiServer.Core.ContentReference |
referenceId |
|
System.String |
query |
|
EPiServer.Shell.Services.Rest.ItemRange |
range |
|
System.Boolean |
includeEmptyWarehouses |
|
Returns
Type |
Description |
EPiServer.Shell.Services.Rest.RestResultBase |
|
Post(InventoryRecordModel)
Declaration
public RestResultBase Post(InventoryRecordModel entity)
Parameters
Returns
Type |
Description |
EPiServer.Shell.Services.Rest.RestResultBase |
|
Declaration
public RestResultBase Put(InventoryRecordModel entity)
Parameters
Returns
Type |
Description |
EPiServer.Shell.Services.Rest.RestResultBase |
|