PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class ProductionOrderRequest

    Classe para efetuar acções sobre documentos de produção

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

    Constructors

    ProductionOrderRequest()

    Declaration
    public ProductionOrderRequest()

    Properties

    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 as linhas de entrada

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

    DocLinesOUT

    Obtém ou define as linhas de saída

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

    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 o código da empresa do ERP

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

    InternalNotes

    Obtém ou define as observações internas

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

    Notes

    Obtém ou define as observações

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

    ProductionOrderNum

    Obtém ou define o número da Ordem de Produção

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

    ProductionOrderType

    Obtém ou define o tipo de movimento do documento

    Declaration
    public ProductionType ProductionOrderType { get; set; }
    Property Value
    Type Description
    ProductionType