Class BomGroup
Inheritance
System.Object
BomGroup
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class BomGroup : Object
Constructors
BomGroup()
Declaration
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 |
|