Class LinkStoreBase
Inheritance
System.Object
LinkStoreBase
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public abstract class LinkStoreBase : RestControllerBase
Constructors
LinkStoreBase(IContentLoader, ReferenceConverter)
Declaration
protected LinkStoreBase(IContentLoader contentLoader, ReferenceConverter referenceConverter)
Parameters
Type |
Name |
Description |
EPiServer.IContentLoader |
contentLoader |
|
ReferenceConverter |
referenceConverter |
|
Properties
ContentLoader
Declaration
protected IContentLoader ContentLoader { get; }
Property Value
Type |
Description |
EPiServer.IContentLoader |
|
ReferenceConverter
Declaration
protected ReferenceConverter ReferenceConverter { get; }
Property Value
Methods
GetNextIndex(Int32, Int32)
Declaration
protected static int GetNextIndex(int index, int indexSpacing)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Int32 |
indexSpacing |
|
Returns
Type |
Description |
System.Int32 |
|