Class GetInventoryQuery
Inheritance
System.Object
GetInventoryQuery
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class GetInventoryQuery : GetQueryBase<Inventory>, IRestQuery<Inventory>
Constructors
Declaration
public GetInventoryQuery(InventoryLoader inventoryLoader, ReferenceConverter referenceConverter)
Parameters
Fields
QueryName
Declaration
public static readonly string QueryName
Field Value
Type |
Description |
System.String |
|
Properties
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
EPiServer.Commerce.Shell.Rest.Query.GetQueryBase<EPiServer.Commerce.SpecializedProperties.Inventory>.Name
Methods
GetItems(ContentReference, DefaultQueryParameters)
Declaration
protected override IEnumerable<Inventory> GetItems(ContentReference contentLink, DefaultQueryParameters parameters)
Parameters
Type |
Name |
Description |
EPiServer.Core.ContentReference |
contentLink |
|
EPiServer.Cms.Shell.UI.Rest.DefaultQueryParameters |
parameters |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<Inventory> |
|
Overrides
EPiServer.Commerce.Shell.Rest.Query.GetQueryBase<EPiServer.Commerce.SpecializedProperties.Inventory>.GetItems(EPiServer.Core.ContentReference, EPiServer.Cms.Shell.UI.Rest.DefaultQueryParameters)
GetItems(ContentReference, DefaultQueryParameters, Int32, Int32, out Int32)
Declaration
protected override IEnumerable<Inventory> GetItems(ContentReference contentLink, DefaultQueryParameters parameters, int start, int numberOfRecord, out int total)
Parameters
Type |
Name |
Description |
EPiServer.Core.ContentReference |
contentLink |
|
EPiServer.Cms.Shell.UI.Rest.DefaultQueryParameters |
parameters |
|
System.Int32 |
start |
|
System.Int32 |
numberOfRecord |
|
System.Int32 |
total |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<Inventory> |
|
Overrides
EPiServer.Commerce.Shell.Rest.Query.GetQueryBase<EPiServer.Commerce.SpecializedProperties.Inventory>.GetItems(EPiServer.Core.ContentReference, EPiServer.Cms.Shell.UI.Rest.DefaultQueryParameters, System.Int32, System.Int32, System.Int32)
Implements
EPiServer.Shell.Rest.IRestQuery<>