PRIMAVERA | Developers

    Show / Hide Table of Contents

    Interface IDocLogistica

    Namespace: BasBE100
    Assembly: BasBE100.dll
    Syntax
    public interface IDocLogistica

    Properties

    DataDoc

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

    Documento

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

    Entidade

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

    Filial

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

    ID

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

    Linhas

    Declaration
    LinhasDocLogistica Linhas { get; }
    Property Value
    Type Description
    LinhasDocLogistica

    NumDoc

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

    Serie

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

    Tipodoc

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

    TipoEntidade

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