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 InventoryUpdateEventArgs

EventArgs when there are inventory updates.

Inheritance
System.Object
InventoryUpdateEventArgs
Namespace: Mediachase.Commerce.Engine.Events
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class InventoryUpdateEventArgs : CatalogKeyEventArgs

Constructors

InventoryUpdateEventArgs(IEnumerable<CatalogKey>, IEnumerable<InventoryChange>)

Initializes a new instance of the InventoryUpdateEventArgs class.

Declaration
public InventoryUpdateEventArgs(IEnumerable<CatalogKey> catalogKeys, IEnumerable<InventoryChange> inventoryChanges)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<CatalogKey> catalogKeys

The catalog keys.

System.Collections.Generic.IEnumerable<InventoryChange> inventoryChanges

The changes applied to inventory records.

Properties

InventoryChanges

The changes applied to inventory records.

Declaration
public IEnumerable<InventoryChange> InventoryChanges { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<InventoryChange>