PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class DocListRequest

    Classe para obter listas de documentos

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

    Constructors

    DocListRequest()

    Declaration
    public DocListRequest()

    Properties

    DocMaxDate

    Obtém ou define a data máxima do documento

    Declaration
    public DateTime? DocMaxDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    DocMaxNum

    Obtém ou define o número máximo do documento

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

    DocMinDate

    Obtém ou define a data mínima do documento

    Declaration
    public DateTime? DocMinDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    DocMinNum

    Obtém ou define o número mínimo do documento

    Declaration
    public int DocMinNum { 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

    EntityCode

    Obtém ou define o código da entidade do documento, pode ser fornecedor ou cliente

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

    IncludeCancel

    Obtém ou define se incluí os documentos cancelados

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

    IncludeClosed

    Obtém ou define se incluí os documentos fechados

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

    IncludeExport

    Obtém ou define se incluí os documentos exportados

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

    IncludePending

    Obtém ou define se incluí os documentos pendentes

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

    IncludeStart

    Obtém ou define se incluí os documentos iniciados

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

    IncludeToConfirm

    Obtém ou define se incluí os documentos em confirmação

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

    IncludeZeroConfirmedQtyLines

    Obtém ou define se incluí as linhas com quantidade confirmada igual a zero

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

    WarehouseCode

    Obtém ou define o armazém do documento

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