PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class AssemblyDocRequest

    Classe para criação de documentos de Composição ou Decomposição (AssemblyDocRequest )

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

    Constructors

    AssemblyDocRequest()

    Declaration
    public AssemblyDocRequest()

    Properties

    AssemblyType

    Obtém ou define o enumerado do tipo de documento (Composição/Decomposição)

    Declaration
    public AssemblyTypeEnum AssemblyType { get; set; }
    Property Value
    Type Description
    AssemblyTypeEnum

    DocDate

    Obtém ou define a data do documento.

    Declaration
    public DateTime DocDate { get; set; }
    Property Value
    Type Description
    System.DateTime

    DocLinesIN

    Obtém ou define a lista de linhas de Entrada

    Declaration
    public List<DocDetail> DocLinesIN { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<DocDetail>

    DocLinesOUT

    Obtém ou define a lista de linhas de Saída

    Declaration
    public List<DocDetail> DocLinesOUT { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<DocDetail>

    DocNum

    Obtém ou define o número do documento.

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

    DocSeries

    Obtém ou define a série do documento.

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

    ERPCompany

    Obtém ou define a Empresa do ERP

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

    ERPDocID

    Obtém ou define o ID do documento do ERP

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

    InternalNotes

    Obtém ou define as Observações internas do documento

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

    Notes

    Obtém ou define as Observações do documento

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

    WarehouseCode

    Obtém ou define o código do Armazém.

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