Search Results for

    Show / Hide Table of Contents

    Class StockLevelEvent

    ID: "StockLevelEvent" This event occurs when an inventory item stock status changes. Stock Levels Guide

    Inheritance
    System.Object
    EventBase
    StockLevelEvent
    Inherited Members
    EventBase.EventType
    EventBase.EventDateUtc
    Namespace: DirectScale.Disco.Extension.EventModels
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class StockLevelEvent : EventBase

    Constructors

    StockLevelEvent()

    Declaration
    public StockLevelEvent()

    Properties

    Avaliable

    Declaration
    public double Avaliable { get; set; }
    Property Value
    Type Description
    System.Double

    ItemID

    Declaration
    public int ItemID { get; set; }
    Property Value
    Type Description
    System.Int32

    Status

    either 'in-stock' to 'out-of-stock', or 'out-of-stock' to 'in-stock')

    Declaration
    public string Status { get; set; }
    Property Value
    Type Description
    System.String

    StatusIndex

    Declaration
    public int StatusIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    WarehouseID

    Declaration
    public int WarehouseID { get; set; }
    Property Value
    Type Description
    System.Int32
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX