World is now on Opti ID! Learn more

Class CatalogItemChangeForODP

Handles changes regarding catalog items for ODP delta export.

Inheritance
System.Object
CatalogItemChangeForODP
Namespace: EPiServer.Commerce.ODP.Internal
Assembly: EPiServer.Commerce.ODP.dll
Version: 14.26.0
Syntax
public class CatalogItemChangeForODP : CatalogItemChangeHandlerBase

Constructors

CatalogItemChangeForODP(CatalogEntryChangeForODPDatabase, IOptions<ODPJobOptions>)

Initializes a new instance of the CatalogItemChangeForODP class.

Declaration
public CatalogItemChangeForODP(CatalogEntryChangeForODPDatabase catalogEntryChangeDatabase, IOptions<ODPJobOptions> options)
Parameters
Type Name Description
CatalogEntryChangeForODPDatabase catalogEntryChangeDatabase

The CatalogEntryChangeForODPDatabase.

Microsoft.Extensions.Options.IOptions<ODPJobOptions> options

The catalog options

Methods

InsertChanges(IEnumerable<Int32>)

Inserts changes regarding catalog entries.

Declaration
public override void InsertChanges(IEnumerable<int> changes)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.Int32> changes

The changes.

Overrides