PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class ImoBELinhaProcImpostosDif

    Classe que contém informação sobre a linha de Processamento de Impostos Diferidos.

    Inheritance
    System.Object
    EapBaseBE
    ImoBELinhaProcImpostosDif
    Inherited Members
    EapBaseBE.AbvtApl
    Namespace: EapBE100
    Assembly: EapBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("89F52407-45CC-48A0-90A2-5A598B63E905")]
    [ClassInterface(ClassInterfaceType.None)]
    public class ImoBELinhaProcImpostosDif : EapBaseBE

    Constructors

    ImoBELinhaProcImpostosDif()

    Declaration
    public ImoBELinhaProcImpostosDif()

    Properties

    AccountingPlanAcumDepr

    Identificador do Dep. Acumulada (Contabilístico).

    Declaration
    public decimal AccountingPlanAcumDepr { get; set; }
    Property Value
    Type Description
    System.Decimal

    AccountingPlanAmount

    Identificador do Valor Actual (Contabilístico).

    Declaration
    public decimal AccountingPlanAmount { get; set; }
    Property Value
    Type Description
    System.Decimal

    AccountingPlanPeriodDepr

    Identificador do Dep. Período (Contabilístico).

    Declaration
    public decimal AccountingPlanPeriodDepr { get; set; }
    Property Value
    Type Description
    System.Decimal

    Ano

    Identificador do Ano.

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

    CamposUtil

    Colecção de Campos de Utilizadores.

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

    Conta

    Identificador da conta.

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

    Difference

    Identificador da diferença.

    Declaration
    public decimal Difference { get; set; }
    Property Value
    Type Description
    System.Decimal

    Ficha

    Identificador da Ficha.

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

    FichaDesc

    Identificador da Descrição da Ficha.

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

    FiscalPlanAcumDepr

    Identificador do Dep. Acumulada (Fiscal).

    Declaration
    public decimal FiscalPlanAcumDepr { get; set; }
    Property Value
    Type Description
    System.Decimal

    FiscalPlanAmount

    Identificador do Valor Actual (Fiscal).

    Declaration
    public decimal FiscalPlanAmount { get; set; }
    Property Value
    Type Description
    System.Decimal

    FiscalPlanPeriodDepr

    Identificador do Dep. Período (Fiscal).

    Declaration
    public decimal FiscalPlanPeriodDepr { get; set; }
    Property Value
    Type Description
    System.Decimal

    IdImpostosDiferidos

    Identificador do IdImpostosDiferidos da Linha.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()