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 CatalogEntryDto.InventoryRowChangeEvent

Row event argument class

Inheritance
System.Object
System.EventArgs
CatalogEntryDto.InventoryRowChangeEvent
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Catalog.Dto
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
[Obsolete("This class is no longer used. To populate inventory data, use InventoryService instead. Will remain at least until May 2016.")]
public class InventoryRowChangeEvent : EventArgs

Constructors

InventoryRowChangeEvent(CatalogEntryDto.InventoryRow, DataRowAction)

Declaration
public InventoryRowChangeEvent(CatalogEntryDto.InventoryRow row, DataRowAction action)
Parameters
Type Name Description
CatalogEntryDto.InventoryRow row
System.Data.DataRowAction action

Properties

Action

Declaration
public DataRowAction Action { get; }
Property Value
Type Description
System.Data.DataRowAction

Row

Declaration
public CatalogEntryDto.InventoryRow Row { get; }
Property Value
Type Description
CatalogEntryDto.InventoryRow