Class EntryLoaderBase
  
  
  
  
    Inheritance
    System.Object
    EntryLoaderBase
      
      
      
   
  
  Assembly: EPiServer.Commerce.Shell.dll
  Version: 14.26.0
  Syntax
  
    public abstract class EntryLoaderBase : Object
   
  Constructors
  
  
  
  
  EntryLoaderBase(ReferenceConverter, ICatalogSystem, IContentLoader)
  
  
  Declaration
  
    protected EntryLoaderBase(ReferenceConverter referenceConverter, ICatalogSystem catalogSystem, IContentLoader contentLoader)
   
  Parameters
  
  Fields
  
  
  
  ContentLoader
  
  
  Declaration
  
    protected readonly IContentLoader ContentLoader
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | EPiServer.IContentLoader |  | 
    
  
  Methods
  
  
  
  
  GetAllVariants(ContentReference)
  
  
  Declaration
  
    protected IEnumerable<EntryContentBase> GetAllVariants(ContentReference contentLink)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | EPiServer.Core.ContentReference | contentLink |  | 
    
  
  Returns
  
  
  
  
  GetCode(ContentReference)
  
  
  Declaration
  
    public string GetCode(ContentReference contentLink)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | EPiServer.Core.ContentReference | contentLink |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  GetEntryContent(CatalogKey)
  
  
  Declaration
  
    protected EntryContentBase GetEntryContent(CatalogKey catalogKey)
   
  Parameters
  
  Returns