PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class DocRequest

    Classe para efetuar acções sobre documentos

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

    Constructors

    DocRequest()

    Declaration
    public DocRequest()

    Properties

    Active

    Obtém ou define se o documento está activo

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

    Closed

    Obtém ou define se o documento está fechado

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

    ContactInformantion

    Obtém ou define a informação do contacto do documento

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

    CountryCode

    Obtém ou define o código do país do documento

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

    DeliveryAddress1

    Obtém ou define a série do documento

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

    DeliveryAddress2

    Obtém ou define a morada de entrega do documento

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

    DeliveryAddress3

    Obtém ou define a morada de entrega do documento

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

    DeliveryAddress4

    Obtém ou define a morada de entrega do documento

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

    DeliveryCode

    Obtém ou define o código da morada de entrega do documento

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

    DeliveryName

    Obtém ou define o nome da morada de entrega do documento

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

    DocDate

    Obtém ou define a data do documento

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

    DocID

    Obtém ou define o identificador do documento do EP

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

    DocLines

    Obtém ou define as linhas do documento

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

    DocLinesRemoved

    Obtém ou define as linhas a remover do documento

    Declaration
    public List<DocDetail> DocLinesRemoved { 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

    DocSection

    Obtém ou define a secção do documento

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

    DocSeries

    Obtém ou define a série do documento

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

    DocStatus

    Obtém ou define o estado do documento

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

    DoNotConfirmContainers

    Obtém ou define se efetua a confirmação das Unidades Agregadoras

    Declaration
    public bool? DoNotConfirmContainers { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    EntityCode

    Obtém ou define o código da entidade do documento

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

    EntityDocNum

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

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

    EntityName

    Obtém ou define o nome da entidade do documento

    Declaration
    public string EntityName { 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

    ERPDocID

    Obtém ou define o identificador 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

    PostalCode

    Obtém ou define o código postal do documento

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

    PostalCodePlace

    Obtém ou define a localidade do documento

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

    PreparationDate

    Obtém ou define a data de preparação do documento

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

    PurchaseOrder

    Obtém ou define o número da ordem de compra

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

    ScheduleDate

    Obtém ou define a data programada do documento

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

    ShippingReference

    Obtém ou define a referência de transporte do documento

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

    ToWarehouseCode

    Obtém ou define o código do armazém de destino do documento (Transferências)

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

    Truck

    Obtém ou define a matrícula do transporte do documento

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

    WarehouseCode

    Obtém ou define o código do armazém do documento

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

    Methods

    MapFromDoc(Doc)

    Mapeia a classe da lógica do EP com esta classe

    Declaration
    public DocRequest MapFromDoc(Doc docOrigem)
    Parameters
    Type Name Description
    GlobalSist.Logic.DocLogic.Doc docOrigem

    The document origem.

    Returns
    Type Description
    DocRequest

    Retorna classe DocRequest