PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class invBEParamsINVExtracto

    Classe que identifica a restrição da listagem do extrato de artigo.

    Inheritance
    System.Object
    InvBaseBE
    invBEParamsINVExtracto
    Implements
    InvBE100.IinvBEParamsINVExtracto
    Inherited Members
    InvBaseBE.AbvtApl
    Namespace: InvBE100
    Assembly: InvBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("49E659C4-0B0D-4EAA-A145-C4C2F668B8FE")]
    [ClassInterface(ClassInterfaceType.None)]
    public class invBEParamsINVExtracto : InvBaseBE, IinvBEParamsINVExtracto

    Constructors

    invBEParamsINVExtracto()

    Declaration
    public invBEParamsINVExtracto()

    Properties

    Armazem

    Identificador do armazém

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

    Código do armazém (Armazem).

    Artigo

    C+odigo do artigo.

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

    Código do artigo (Artigo).

    DataFinal

    Data até à qual o extracto será carregado.

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

    Data e hora.

    DataInicial

    Data a partir da qual o extracto será carregado.

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

    Data e hora.

    Familias

    Identificador de famílias.

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

    Filial

    Identificador da filial

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

    Localizacoes

    Código da localização.

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

    Lote

    Código do Lote.

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

    Código do lote (Lote)

    Marcas

    Identificador de Marcas.

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

    MoedaAlternativa

    Código da moeda alternativa.

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

    Código da moeda (Moeda).

    MoedaBase

    Código da moeda base.

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

    Código da moeda (Moeda).

    MoedaTrabalho

    Código da moeda de trabalho.

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

    Código da moeda (Moeda).

    MTrabDecArredonda

    Numero de casas decimais de erredondamento da moeda de trabalho.

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

    NumeroSerie

    Código do Numero de série.

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

    Número de série (NumeroSerie).

    Projecto

    Identificador do Projecto.

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

    RestricaoGruposCustos

    Restrição para os grupos de custos

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

    SentidoCambios

    Sentido de câmbios (direto/invertido).

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

    SQLSelectCampos

    Campos a serem listados.

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

    SQLWhereDocumentos

    Clausula WHERE com as documentos por módulo.

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

    SubFamilias

    Identificador de Subfamílias.

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

    TipoDeAnalise

    Identificador do Tipo De Analise.

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

    TiposArtigos

    Identificador de tipos de artigos.

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

    TmpTabela

    Tabela temporária.

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

    Unidade

    Código da unidade.

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

    Código da unidade (Unidade).

    VisualizaEstadosPrevistos

    Visualiza estados previstos.

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

    VisualizaEstadosReservados

    Visualiza estados reservados.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    InvBE100.IinvBEParamsINVExtracto