Class InventoryLoader
  
  
  
  
    Inheritance
    System.Object
    
    InventoryLoader
   
  
  
  Assembly: EPiServer.Commerce.Shell.dll
  Version: 14.26.0
  Syntax
  
    public class InventoryLoader : EntryLoaderBase
   
  Constructors
  
  
  
  
  InventoryLoader(IInventoryService, ReferenceConverter, ICatalogSystem, IContentLoader)
  
  
  Declaration
  
    public InventoryLoader(IInventoryService inventoryService, ReferenceConverter referenceConverter, ICatalogSystem catalogSystem, IContentLoader contentLoader)
   
  Parameters
  
  Methods
  
  
  
  
  GetStockPlacements(ContentReference)
  
  
  Declaration
  
    public ItemCollection<Inventory> GetStockPlacements(ContentReference contentLink)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | EPiServer.Core.ContentReference | contentLink |  | 
    
  
  Returns
  
  
  
  
  GetStockPlacements(ContentReference, Boolean)
  
  
  Declaration
  
    public ItemCollection<Inventory> GetStockPlacements(ContentReference contentLink, bool includeEmptyWarehouses)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | EPiServer.Core.ContentReference | contentLink |  | 
      
        | System.Boolean | includeEmptyWarehouses |  | 
    
  
  Returns
  
  
  
  
  GetStockPlacements(ContentReference, Int32, Int32, out Int32)
  
  
  Declaration
  
    public ItemCollection<Inventory> GetStockPlacements(ContentReference contentLink, int startIndex, int numberOfRecord, out int total)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | EPiServer.Core.ContentReference | contentLink |  | 
      
        | System.Int32 | startIndex |  | 
      
        | System.Int32 | numberOfRecord |  | 
      
        | System.Int32 | total |  | 
    
  
  Returns