Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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