PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class ImoBELinhaAquisicao

    Classe que encapsula toda a definição de uma linha de um Documento de Aquisição.

    Inheritance
    System.Object
    EapBaseBE
    ImoBELinhaAquisicao
    Inherited Members
    EapBaseBE.AbvtApl
    Namespace: EapBE100
    Assembly: EapBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("E266D433-A424-4805-AC07-EC71D93C72D9")]
    [ClassInterface(ClassInterfaceType.None)]
    public class ImoBELinhaAquisicao : EapBaseBE

    Constructors

    ImoBELinhaAquisicao()

    Declaration
    public ImoBELinhaAquisicao()

    Properties

    Cambio

    Identificação da Taxa de Câmbio.

    Declaration
    public double Cambio { get; set; }
    Property Value
    Type Description
    System.Double

    CamposUtil

    Colecção dos campos do utilizador.

    Declaration
    public StdBECampos CamposUtil { get; set; }
    Property Value
    Type Description
    StdBECampos

    Dedutivel

    Identificação da Percentagem de Iva n/ Dedutível.

    Declaration
    public float Dedutivel { get; set; }
    Property Value
    Type Description
    System.Single

    DocID

    Identificador (ID) do Documento.

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

    EmModoEdicao

    Identificador do tipo de operação: TRUE - Edição | FALSE - Inserção.

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

    Ficha

    Identificador da Ficha (Equipamento / Activo).

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

    IdLinhaOrigem

    Identificação da Linha Origem.

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

    IdProcessamento

    Identificador (ID) da linha do Documento.

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

    Iva

    Identificador do Iva.

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

    IvaDedutivel

    Identificação do Iva Dedutível.

    Declaration
    public double IvaDedutivel { get; set; }
    Property Value
    Type Description
    System.Double

    IvaNaoDedutivel

    Identificação do Iva n/ Dedutível.

    Declaration
    public double IvaNaoDedutivel { get; set; }
    Property Value
    Type Description
    System.Double

    Linha

    Identificador da Linha do Documento.

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

    Plano

    Identificador do Plano de Depreciação.

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

    Processamento

    Identifica a Linha do Processamento.

    Declaration
    public ImoBEProcessamento Processamento { get; set; }
    Property Value
    Type Description
    ImoBEProcessamento

    TaxaIva

    Taxa do Iva.

    Declaration
    public float TaxaIva { get; set; }
    Property Value
    Type Description
    System.Single

    ValorAquisicao

    Identificação do Valor de Aquisição.

    Declaration
    public double ValorAquisicao { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    Finalize()

    Declaration
    protected override void Finalize()