PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class CblBETaxaAmortizacao

    Classe especifica para contabilidades não organizadas. Contém todas as propriedades de uma taxa.

    Inheritance
    System.Object
    CblBaseBE
    CblBETaxaAmortizacao
    Implements
    CblBE100.ICblBETaxaAmortizacao
    Inherited Members
    CblBaseBE.AbvtApl
    Namespace: CblBE100
    Assembly: CblBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("A455797E-758F-45C9-BBA9-6E9D6F29433B")]
    [ClassInterface(ClassInterfaceType.None)]
    public class CblBETaxaAmortizacao : CblBaseBE, ICblBETaxaAmortizacao

    Constructors

    CblBETaxaAmortizacao()

    Declaration
    public CblBETaxaAmortizacao()

    Properties

    CamposUtil

    Colecção com os campos de utilizador.

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

    Codigo

    Identificador da taxa de depreciação

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

    Descricao

    Descrição da taxa

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

    Divisao

    Número da divisão

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

    EmModoEdicao

    Indica se se trata de uma nova ficha ou de uma já existente em edição.

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

    EmModoEdicao = True: Já existe.

    EmModoEdicao = False: Nova.

    TabDescr

    Descrição do separador

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

    Taxa1

    Taxa1

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

    Taxa2

    Taxa2

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    CblBE100.ICblBETaxaAmortizacao