Show / Hide Table of Contents

    Class BillOfMaterialSequence

    Bill of material sequence

    Inheritance
    System.Object
    BillOfMaterialSequence
    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 BillOfMaterialSequence

    Properties

    AdvanceMill

    Advance mill page line.

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

    Name

    Sequence name.

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

    Quantity

    Sequence quantity.

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

    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