PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class PackingListDetail

    Classe para conter os dados das linhas do packing

    Inheritance
    System.Object
    PackingListDetail
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: GlobalSist.Server.WMS.WCF.Request
    Assembly: GlobalSist.Server.WMS.dll
    Syntax
    public class PackingListDetail

    Constructors

    PackingListDetail()

    Declaration
    public PackingListDetail()

    Properties

    Batch

    Obtém ou define a classe BatchInfo

    Declaration
    public BatchInfo Batch { get; set; }
    Property Value
    Type Description
    BatchInfo

    Qty

    Obtém ou define a quantidade

    Declaration
    public decimal Qty { get; set; }
    Property Value
    Type Description
    System.Decimal

    SerialNumbers

    Obtém ou define a lista de números de série

    Declaration
    public List<string> SerialNumbers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>