A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. 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