Search Results for

    Show / Hide Table of Contents

    Class Bom

    Inheritance
    System.Object
    Bom
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class Bom : Object

    Constructors

    Bom()

    Declaration
    public Bom()

    Properties

    EnglishDescription

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

    Readonly.

    ItemId

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

    Qty

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

    Sku

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

    Readonly.

    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX