Class InventoryItemEventBase
Inheritance
System.Object
InventoryItemEventBase
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class InventoryItemEventBase : EventBase
Constructors
InventoryItemEventBase()
Declaration
public InventoryItemEventBase()
Properties
HasOptions
Declaration
public bool HasOptions { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ItemId
Declaration
public int ItemId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Sku
Declaration
public string Sku { get; set; }
Property Value
Type |
Description |
System.String |
|
TrackStock
Declaration
public bool TrackStock { get; set; }
Property Value
Type |
Description |
System.Boolean |
|