Search Results for

    Show / Hide Table of Contents

    Class BomGroup

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

    Constructors

    BomGroup()

    Declaration
    public BomGroup()

    Properties

    BomItems

    Declaration
    public IReadOnlyList<Bom> BomItems { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<Bom>

    GroupName

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

    ItemId

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