Show / Hide Table of Contents

    Class BillOfMaterialLine

    One line of a bill of material

    Inheritance
    System.Object
    BillOfMaterialLine
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: DesignData.SDS2.Detail
    Assembly: DesignData.SDS2.Detail.dll
    Syntax
    public class BillOfMaterialLine

    Properties

    AdvanceMill

    The ABM page-line number (page-line) that is assigned to the piece of material listed on this line in the physical bill of material.

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

    Description

    A description of the member or material. For a member, the description is the member type. For a submaterial, the description is the section size.

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

    Grade

    The steel grade of the material.

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

    IsLineHidden

    Determines if the line is hidden in the bill of material.

    Declaration
    public bool IsLineHidden { get; }
    Property Value
    Type Description
    System.Boolean

    Length

    The length of the material along its X material axis.

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

    LineNumber

    Line number

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

    MinorMark

    The submaterial piecemark (material mark) of a material.

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

    Piecemark

    The member piecemark of the shipping piece.

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

    Remarks

    User-entered comments and/or information automatically compiled from fields that are set to 'Merge'.

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

    Revision

    Revision

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

    Route1

    May be a definition from routing configuration #1 that was applied to a member or material, or it may be that a user has manually typed in infomation to the "Mult. Cutting #" column in the bill editor.

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

    Route2

    May be a definition from routing configuration #2 that was applied to a member or material. Or it may be that a user has manually typed in information to the "Labor Code" column in the bill editor.

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

    Route3

    May be a definition from routing configuration #3 that was applied to a member or material. Or it may be that a user has manually typed in information to the "Job Cost Code" column in the bill editor.

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

    TotalQuantity

    The count of submaterials required to fabricate the total number of shipping pieces (members).

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

    TotalWeight

    For a member, this is the total combined weight of the submaterials required to fabricate all shipping members that receive the same major mark. For a submaterial, this is the weight of all pieces of that submaterial.

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

    UnitQuantity

    The count of pieces of a particular submaterial that are required to fabricate one of the shipping pieces (members)

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

    UnitWeight

    For a member, this is the total combined weight of the submaterial pieces required to fabricate one shipping member. For a submaterial, this is the weight of one piece of submaterial.

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

    Methods

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Finalize()

    Declaration
    protected void Finalize()
    Back to top