Search Results for

    Show / Hide Table of Contents

    Class InventoryItemEventBase

    A class with properties shared between Inventory Item Events CreateInventoryItemEvent UpdateInventoryItemEvent DeleteInventoryItemEvent

    Inheritance
    System.Object
    EventBase
    InventoryItemEventBase
    CreateInventoryItemEvent
    DeleteInventoryItemEvent
    UpdateInventoryItemEvent
    Inherited Members
    EventBase.EventType
    EventBase.EventDateUtc
    Namespace: DirectScale.Disco.Extension.EventModels
    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
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX