Class EntryLoaderBase

Inheritance
System.Object
EntryLoaderBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Commerce.Shell.Catalog
Assembly: EPiServer.Commerce.Shell.dll
Version: 13.30.0
Syntax
public abstract class EntryLoaderBase

Constructors

EntryLoaderBase(ReferenceConverter, ICatalogSystem, IContentLoader)

Declaration
protected EntryLoaderBase(ReferenceConverter referenceConverter, ICatalogSystem catalogSystem, IContentLoader contentLoader)
Parameters
Type Name Description
ReferenceConverter referenceConverter
ICatalogSystem catalogSystem
EPiServer.IContentLoader contentLoader

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
Type Description
System.Collections.Generic.IEnumerable<EntryContentBase>

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
Type Name Description
CatalogKey catalogKey
Returns
Type Description
EntryContentBase